Khan / genqlient

a truly type-safe Go GraphQL client
MIT License
1.07k stars 107 forks source link

genqlient: command not found #266

Closed lovgrandma closed 1 year ago

lovgrandma commented 1 year ago

Describe the bug For some reason after I install genqlient using below command I still cannot run command line tool:

go get github.com/Khan/genqlient/graphql

To Reproduce go get github.com/Khan/genqlient/graphql

Expected behavior Run genqlient and run command line tool for generated code

genqlient version github.com/Khan/genqlient v0.5.0

Additional context Add any other context about the problem here.

StevenACoffman commented 1 year ago

Try:

go get github.com/Khan/genqlient
benjaminjkraft commented 1 year ago

What Steve said! Let us know if that doesn't work, or if you remember which documentation you got the command you ran from, so we can update it.