commit | a1ab85dbe136a36c66fbea07de5e3d62a0ce60ad | [log] [tgz] |
---|---|---|
author | Dmitri Shuralyov <dmitshur@golang.org> | Wed Oct 30 01:09:09 2019 +0000 |
committer | Dmitri Shuralyov <dmitshur@golang.org> | Wed Oct 30 01:39:58 2019 +0000 |
tree | 29230f30ffdfdf0d5d2b0c718ed364eac140ce92 | |
parent | 8994fa331a5331907d718300483a4bc486109420 [diff] |
errors/fmt: re-enable TestPanics test on builders The test has been fixed in CL 204078, so there isn't a need to skip it on builders anymore. Updates golang/go#30622 Change-Id: I88aeed35f963a9cdfe9b5ee6241956d23c2d23ad Reviewed-on: https://go-review.googlesource.com/c/exp/+/204140 Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This subrepository holds experimental and deprecated (in the old
directory) packages.
The idea for this subrepository originated as the pkg/exp
directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to go get
these packages.
Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether.
In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.)
Caveat emptor.