commit | dc5149e35729d281f5691a4114d1d620a7e38c67 | [log] [tgz] |
---|---|---|
author | Daniel Nephin <dnephin@gmail.com> | Sat Jan 15 16:02:31 2022 |
committer | GitHub <noreply@github.com> | Sat Jan 15 16:02:31 2022 |
tree | 8e1c2094ea10ab36081d034de0995483bc7f1201 | |
parent | 7fe928e59b8d815d97bf3e1f7fadff0dffb9ef54 [diff] | |
parent | 7501e42ed8a007981438063c2433d0e8fe626666 [diff] |
Merge pull request #224 from DominicLavery/main fs: Fix #141 comparing symlink permissions
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
.
time
See CONTRIBUTING.md.