mirror of
https://github.com/spf13/cobra
synced 2025-03-15 04:20:37 +00:00
parent
0a4540b161
commit
10f6b9d7e1
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ Many of the most widely used Go projects are built using Cobra including:
|
|||
|
||||
[](https://travis-ci.org/spf13/cobra)
|
||||
[](https://circleci.com/gh/spf13/cobra)
|
||||
[](https://godoc.org/github.com/spf13/cobra)
|
||||
[](https://godoc.org/github.com/spf13/cobra)
|
||||
|
||||

|
||||
|
||||
|
@ -182,7 +182,7 @@ In order to use the cobra command, compile it using the following command:
|
|||
|
||||
> go install github.com/spf13/cobra/cobra
|
||||
|
||||
This will create the cobra executable under your go path bin directory!
|
||||
This will create the cobra executable under your `$GOPATH/bin` directory.
|
||||
|
||||
### cobra init
|
||||
|
||||
|
@ -257,7 +257,7 @@ license:
|
|||
|
||||
This is my license. There are many like it, but this one is mine.
|
||||
My license is my best friend. It is my life. I must master it as I must
|
||||
master my life.
|
||||
master my life.
|
||||
```
|
||||
|
||||
## Manually implementing Cobra
|
||||
|
|
Loading…
Reference in a new issue