spf13/cobra

The package path of the official website documentation is wrong

wenxuan70 opened this issue · 2 comments

image

Trying this in my terminal gives me the following result:
image

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

👍