cobra
cobra copied to clipboard
The package path of the official website documentation is wrong
Trying this in my terminal gives me the following result:
The correct operation should be: go get -u github.com/spf13/cobra@latest
For reference, the URL is: https://cobra.dev/#install
It looks like the website code is stored in a different repository, here: https://github.com/spf13/cobra.dev/blob/master/content/home/install.md
👍