We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gh
Although we don't officially support installation via go install in our docs, there are plenty of people out there who expect it to work:
go install
go get
I'd rather the maintainers stopped getting caught by surprise when fooling around with the go module.
The expected output for this issue is:
go install/run github.com/cli/cli/v2/cmd/gh@<branch/commit>
Description
Although we don't officially support installation via
go installin our docs, there are plenty of people out there who expect it to work:go getno longer works on v2.0.0 #4273I'd rather the maintainers stopped getting caught by surprise when fooling around with the go module.
Expected Output
The expected output for this issue is:
go install/run github.com/cli/cli/v2/cmd/gh@<branch/commit>works successfully.