| commit | 81cea1abc596b025bf2573c7fdf97740512e4c6c | [log] [tgz] |
|---|---|---|
| author | Daniel Nephin <dnephin@gmail.com> | Sat Sep 16 19:19:15 2023 |
| committer | GitHub <noreply@github.com> | Sat Sep 16 19:19:15 2023 |
| tree | 2d5800d6a2f0968f2d192392dc9d195bdd15daec | |
| parent | 2891300d35b0550e72cea231bd3d5d9d7121d071 [diff] | |
| parent | 9af8f4ed6e74f570f8f47381e9676789ab646bb7 [diff] |
Merge pull request #275 from gotestyourself/fs-add-godoc-links fs: add go doc links
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.