This commit is contained in:
Mauro Siqueira 2021-10-22 20:23:14 -03:00 committed by GitHub
parent c1973d31bf
commit a32a54db18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,7 @@ Using Cobra is easy. First, use `go get` to install the latest version
of the library. This command will install the `cobra` generator executable of the library. This command will install the `cobra` generator executable
along with the library and its dependencies: along with the library and its dependencies:
go get -u github.com/spf13/cobra go get -u github.com/spf13/cobra/cobra
Next, include Cobra in your application: Next, include Cobra in your application: