SimonWaldherr / golang-examples

Go(lang) examples - (explain the basics of #golang)
https://simonwaldherr.github.io/golang-examples/
MIT License
1.57k stars 453 forks source link

Remove reference to standalone cobra cli #63

Closed liggitt closed 2 years ago

liggitt commented 2 years ago

Switches the go get commands to use the cobra library instead of the cobra/cobra command, since the command is being removed from the github.com/spf13/cobra module (xref https://github.com/spf13/cobra/issues/1597)

SimonWaldherr commented 2 years ago

👍