Merge pull request #966 from urfave/go-modules

Add GO111MODULE=on to readme
This commit is contained in:
Audrius Butkevicius 2019-11-29 08:39:36 +00:00 committed by GitHub
commit 1c3653aa7e
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. **Warning**: `v2` is in a beta state.
``` ```
$ go get github.com/urfave/cli/v2 $ GO111MODULE=on go get github.com/urfave/cli/v2
``` ```
```go ```go