super-graph/psql/psql_test.go
Vikram Rangnekar b9d38a5e9d First commit
2019-03-24 09:57:29 -04:00

10 lines
79 B
Go

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