10 lines
79 B
Go
10 lines
79 B
Go
|
package psql
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestCompileToPSQL(t *testing.T) {
|
||
|
|
||
|
}
|