commit | 7d6377eee41ff45f3c44dfa30e3c2275066a5cf6 | [log] [tgz] |
---|---|---|
author | Marcel van Lohuizen <mpvl@golang.org> | Thu Dec 06 23:56:52 2018 +0100 |
committer | Marcel van Lohuizen <mpvl@golang.org> | Mon Dec 10 12:36:44 2018 +0000 |
tree | e98252a5e16040701f36fd77fba64f3474301196 | |
parent | 68cc7b1f272e93e048c7a32efa6e190d898afeca [diff] |
errors/fmt: fix test Change-Id: I8cbd6172fec7df6b869ce182cab920125a89fabf Reviewed-on: https://go-review.googlesource.com/c/153000 Run-TryBot: Marcel van Lohuizen <mpvl@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com>
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.