Skip to content

Commit 5ae0c49

Browse files
committed
README: remove mentions of non-go-modules
This information is a bit outdated by now, and it's unlikely for anyone to still be using go1.10 or older. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent ecf545f commit 5ae0c49

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A collection of packages to augment `testing` and support common patterns.
88

99
## Usage
1010

11-
With Go modules enabled (go1.11+)
11+
With Go modules enabled
1212

1313
```
1414
$ go get gotest.tools/v3
@@ -18,10 +18,6 @@ $ go get gotest.tools/v3
1818
import "gotest.tools/v3/assert"
1919
```
2020

21-
To use `gotest.tools` with an older version of Go that does not understand Go
22-
module paths pin to version `v2.3.0`.
23-
24-
2521
## Packages
2622

2723
* [assert](http://pkg.go.dev/gotest.tools/v3/assert) -

0 commit comments

Comments
 (0)