rename in code

This commit is contained in:
Ben Kraft
2021-03-30 12:41:37 -07:00
parent db3ee65854
commit cbebeaaed4
26 changed files with 46 additions and 46 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
// package main is at the root to allow "go run github.com/Khan/genql"
// package main is at the root to allow "go run github.com/Khan/genqlient"
package main
import (
"github.com/Khan/genql/generate"
"github.com/Khan/genqlient/generate"
)
func main() {