Skip to content

Commit

Permalink
Merge pull request #1353 from urfave/drop-go111module
Browse files Browse the repository at this point in the history
Drop references/usage of GO111MODULE
  • Loading branch information
meatballhat committed Apr 21, 2022
2 parents 7f0e884 + 2236611 commit 850cf82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -30,7 +30,7 @@ Go Modules are required when using this package. [See the go blog guide on using
### Using `v2` releases

```
$ GO111MODULE=on go get github.com/urfave/cli/v2
$ go get github.com/urfave/cli/v2
```

```go
Expand All @@ -44,7 +44,7 @@ import (
### Using `v1` releases

```
$ GO111MODULE=on go get github.com/urfave/cli
$ go get github.com/urfave/cli
```

```go
Expand Down

0 comments on commit 850cf82

Please sign in to comment.