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

[BUG] Support "go install" #335

Open
jayvdb opened this issue Aug 17, 2022 · 0 comments
Open

[BUG] Support "go install" #335

jayvdb opened this issue Aug 17, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@jayvdb
Copy link

jayvdb commented Aug 17, 2022

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-install

To Reproduce
Steps to reproduce the behavior:

  1. 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):

  • OS: Linux
  • Shell: Bash

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

@jayvdb jayvdb added the bug Something isn't working label Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant