We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug go install goa.design/model/cmd/stz@latest is ignored, even if no go.mod exists.
go install goa.design/model/cmd/stz@latest
The usage of go install has changed over time. c.f. https://stackoverflow.com/questions/24878737/what-is-the-difference-between-go-get-and-go-install
go install
To Reproduce Steps to reproduce the behavior:
Expected behavior If there is no go.mod in the current directory, the install will be per-user
Desktop (please complete the following information):
Additional context I am increasingly seeing README's use go install.
Multiple sub_commands values are only used by nix and zypper , and in those cases the values are aliases, not separate commands with different flags.
sub_commands
Machine information
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
go install goa.design/model/cmd/stz@latest
is ignored, even if no go.mod exists.The usage of
go install
has changed over time. c.f. https://stackoverflow.com/questions/24878737/what-is-the-difference-between-go-get-and-go-installTo Reproduce
Steps to reproduce the behavior:
go install goa.design/model/cmd/stz@latest
Expected behavior
If there is no go.mod in the current directory, the install will be per-user
Desktop (please complete the following information):
Additional context
I am increasingly seeing README's use
go install
.Multiple
sub_commands
values are only used by nix and zypper , and in those cases the values are aliases, not separate commands with different flags.Machine information
The text was updated successfully, but these errors were encountered: