Merge branch 'master' into close-unclosed-file

This commit is contained in:
Callan Taylor 2019-11-20 10:20:26 +13:00 committed by GitHub
commit 90dfd23c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ Usage documentation exists for each major version. Don't know what version you'r
**Warning**: `v2` is in a beta state.
```
$ go get github.com/urfave/cli.v2
$ go get github.com/urfave/cli/v2
```
```go