Skip to content

Commit

Permalink
fix go build command line
Browse files Browse the repository at this point in the history
  • Loading branch information
Feng Lyu committed Dec 28, 2021
1 parent 7e6c35c commit a67f639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Assuming pkg-config has been installed, it should be possible to then build
using Go in the normal fashion:
```sh
$ cd libgraphqlparser/go
$ go build
$ GO111MODULE="off" go build
$ ./go
field : myfield
Example error: 1.18-19: syntax error, unexpected on, expecting ( or @ or {
Expand Down

0 comments on commit a67f639

Please sign in to comment.