Mimic v2 example code from above.

main
russoj88 5 years ago
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…
Cancel
Save