commit | 7da06db65df0ed3340347289c3f44e04ca68231f | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Apr 24 08:48:32 2019 -0400 |
committer | Russ Cox <rsc@golang.org> | Fri Apr 26 00:44:29 2019 +0000 |
tree | eac1c4ba023d682abdc982d2837048b3aa385c27 | |
parent | 2cc83dd57ac10eaf754bf2f90254364862360727 [diff] |
sumdb: mv notary sumdb We are changing the name "Go notary" to "Go checksum database" to avoid confusion with the CNCF Notary. This CL renames the x/exp/notary tree to x/exp/sumdb. For golang/go#30835. Change-Id: I348d31050e760a08335882b640edca4f89d86920 Reviewed-on: https://go-review.googlesource.com/c/exp/+/173737 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Filippo Valsorda <filippo@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.