Mimic v2 example code from above.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user