Mimic v2 example code from above.
This commit is contained in:
parent
62b8a7cc2c
commit
3bc62c4fde
@ -110,14 +110,17 @@ import (
|
|||||||
|
|
||||||
### Using `v1` releases
|
### Using `v1` releases
|
||||||
|
|
||||||
|
```
|
||||||
$ go get github.com/urfave/cli
|
$ go get github.com/urfave/cli
|
||||||
|
```
|
||||||
|
|
||||||
package main
|
```go
|
||||||
|
...
|
||||||
import (
|
import (
|
||||||
"github.com/urfave/cli"
|
"github.com/urfave/cli"
|
||||||
)
|
)
|
||||||
|
...
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
Loading…
Reference in New Issue
Block a user