Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix go build command line #114

Closed
wants to merge 1 commit into from
Closed

fix go build command line #114

wants to merge 1 commit into from

Conversation

fenglyu
Copy link

@fenglyu fenglyu commented Dec 28, 2021

vagrant@dev:/vagrant/libgraphqlparser/go$  go build
go: cannot find main module, but found .git/config in /vagrant/libgraphqlparser
        to create a module there, run:
        cd .. && go mod init
vagrant@dev:/vagrant/libgraphqlparser/go$ GO111MODULE="off" go build
vagrant@dev:/vagrant/libgraphqlparser/go$ ./go
field : myfield
Example error: 1.18-19: syntax error, unexpected on, expecting ( or @ or {

@linux-foundation-easycla
Copy link

CLA Not Signed

@fenglyu fenglyu closed this Dec 28, 2021
@fenglyu fenglyu deleted the go branch December 29, 2021 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant