commit | f3d0a9c9a5cc3393223c44dded9d39086e2438fc | [log] [tgz] |
---|---|---|
author | Jonathan Amsterdam <jba@google.com> | Thu May 11 10:59:27 2023 -0400 |
committer | Jonathan Amsterdam <jba@google.com> | Mon May 15 19:53:05 2023 +0000 |
tree | c9a67d58d53da3cdf5dab4e4ba82a2367ca6adda | |
parent | dd950f8aeaeae96f4a4c0b979152048f8f364fa8 [diff] |
slog: remove unused files Change-Id: I70bb284d7cc79e1c15d13d37da2c8dc8a3c41725 Reviewed-on: https://go-review.googlesource.com/c/exp/+/494395 Run-TryBot: Jonathan Amsterdam <jba@google.com> Reviewed-by: Alan Donovan <adonovan@google.com> TryBot-Result: Gopher Robot <gobot@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.