| commit | f086d2783c5b3a2a21b482ec19c1c310e68f4d18 | [log] [tgz] |
|---|---|---|
| author | Daniel Nephin <dnephin@gmail.com> | Thu Oct 06 01:25:29 2022 |
| committer | GitHub <noreply@github.com> | Thu Oct 06 01:25:29 2022 |
| tree | abece13e072629d4d07fd9af3af76e0e1ffe3bd4 | |
| parent | 36dd5d11244c9c2752593ec7a9b68a0c79bc89a5 [diff] | |
| parent | 5b51cec00a8dea2c9157e8a7d4af0f127fdbdc1c [diff] |
Merge pull request #245 from thaJeztah/replace_ioutil drop go1.16 from test-matrix, replace deprecated io/ioutil, and update golangci-lint to v1.49.0
A collection of packages to augment testing and support common patterns.
With Go modules enabled (go1.11+)
$ go get gotest.tools/v3
import "gotest.tools/v3/assert"
To use gotest.tools with an older version of Go that does not understand Go module paths pin to version v2.3.0.
See CONTRIBUTING.md.