CheqBooq/storage/transaction_test.go

8 lines
96 B
Go
Executable File

package storage
import "testing"
func TestTransactions(t *testing.T) {
t.Fatal("not impl")
}