I have tried to install cobra with the command go get -u github.com/spf13/cobra from github README in my macbook pro m1 but when I tried to run cobra command it shows not found. Then I have check my GOPATH ~/go/bin folder but I don't see the cobra binary.
Then I head over to cobra.dev their seen the install command is go get -u github.com/spf13/cobra/cobra but this command worked 😃
So if README outdated then it should update with the new command.
I have tried to install cobra with the command
go get -u github.com/spf13/cobrafrom github README in my macbook pro m1 but when I tried to runcobracommand it shows not found. Then I have check myGOPATH~/go/binfolder but I don't see the cobra binary.Then I head over to
cobra.devtheir seen the install command isgo get -u github.com/spf13/cobra/cobrabut this command worked 😃So if README outdated then it should update with the new command.