super-graph/psql/psql_test.go

10 lines
79 B
Go
Raw Normal View History

2019-03-24 14:57:29 +01:00
package psql
import (
"testing"
)
func TestCompileToPSQL(t *testing.T) {
}