Mimic v2 example code from above.

This commit is contained in:
russoj88 2019-08-15 12:30:29 -07:00
parent 62b8a7cc2c
commit 3bc62c4fde

View File

@ -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