super-graph/psql/psql_test.go

10 lines
79 B
Go

package psql
import (
"testing"
)
func TestCompileToPSQL(t *testing.T) {
}