commit | 2891300d35b0550e72cea231bd3d5d9d7121d071 | [log] [tgz] |
---|---|---|
author | Daniel Nephin <dnephin@gmail.com> | Sat Aug 26 04:05:23 2023 |
committer | GitHub <noreply@github.com> | Sat Aug 26 04:05:23 2023 |
tree | c6d85e010aec3959c0f501176086b394cc3c29a9 | |
parent | e15fa271c80375c3d4306e3dd372ee5d63bed4ef [diff] | |
parent | 4ed73505b62d9169e98ac0840717baa898cb1467 [diff] |
Merge pull request #273 from filintod/also-remove-cr-from-file Also remove cr from file
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.