Merge branch 'master' into remove-beta-warning

This commit is contained in:
lynn [they] 2019-11-29 00:42:46 -08:00 committed by GitHub
commit 4aead03ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ Usage documentation exists for each major version. Don't know what version you'r
### Using `v2` releases
```
$ go get github.com/urfave/cli/v2
$ GO111MODULE=on go get github.com/urfave/cli/v2
```
```go