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
@@ -6,7 +6,7 @@ import (
"net/http"
"os"
"github.com/Khan/genql/graphql"
"github.com/Khan/genqlient/graphql"
)
type authedTransport struct {
@@ -61,4 +61,4 @@ func Main() {
fmt.Println(username, "is", userResp.User.TheirName)
}
//go:generate go run github.com/Khan/genql genql.yaml
//go:generate go run github.com/Khan/genqlient genqlient.yaml