commit | 8abc145319cd4a720f99a8ed43b90f36531482ad | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Feb 11 21:33:49 2019 -0500 |
committer | Russ Cox <rsc@golang.org> | Sat Mar 16 02:01:43 2019 +0000 |
tree | 1a1d7d7e8845aee73224a04233b549887ead3405 | |
parent | ec727a91694a3ac53751358059afa7ad1cb3119f [diff] |
notary/internal/tlog: add Go signed tree head format This is part of a design sketch for a Go module notary. Eventually the code will live outside golang.org/x/exp. Everything here is subject to change! Don't depend on it! This CL adds support for formatting and parsing Go "signed tree head" messages to be signed by notary/internal/note. Change-Id: Ib1f05467de439d9793d49734bcbd8bc23178b219 Reviewed-on: https://go-review.googlesource.com/c/exp/+/162897 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Filippo Valsorda <filippo@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.