wire up example by way of testing
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
example "github.com/Khan/genql/example"
|
||||
)
|
||||
|
||||
func main() {
|
||||
example.Main()
|
||||
}
|
||||
Reference in New Issue
Block a user