-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
kind/bugA bug in cobra; unintended behaviorA bug in cobra; unintended behaviorkind/documentationDocumentation of cobra itselfDocumentation of cobra itselftriage/needs-infoNeeds more investigation from maintainers or more info from the issue providerNeeds more investigation from maintainers or more info from the issue provider
Description
➜ borzoi go get -u github.com/spf13/cobra/cobra
go: module github.com/spf13/cobra@upgrade found (v1.4.0), but does not contain package github.com/spf13/cobra/cobra
While trying to install cobra, i ran into the above error. The documentation should be fixed in the website so that it can be fixed correctly.
I realised I was able to do it running the below command :-
borzoi go get -u github.com/spf13/cobra/cobra@latest
Hence, the website must be updated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugA bug in cobra; unintended behaviorA bug in cobra; unintended behaviorkind/documentationDocumentation of cobra itselfDocumentation of cobra itselftriage/needs-infoNeeds more investigation from maintainers or more info from the issue providerNeeds more investigation from maintainers or more info from the issue provider