Picking some nits that my IDE complained about (#91)
* Picking some nits that my IDE complained about Signed-off-by: Steve Coffman <[email protected]> * Update graphql/util.go Co-authored-by: Ben Kraft <[email protected]> * revert to original for comment Signed-off-by: Steve Coffman <[email protected]> Co-authored-by: Ben Kraft <[email protected]>
This commit is contained in:
co-authored by
Ben Kraft
parent
639b46df32
commit
673840e495
+1
-1
@@ -13,7 +13,7 @@ csilvers is Craig Silverstein
|
||||
|
||||
## Running genqlient
|
||||
|
||||
It's already checked in to github, but to regenerate `generated.go`:
|
||||
It's already checked in to GitHub, but to regenerate `generated.go`:
|
||||
```sh
|
||||
go generate ./...
|
||||
```
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
example "github.com/Khan/genqlient/example"
|
||||
"github.com/Khan/genqlient/example"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user