commit | dd950f8aeaeae96f4a4c0b979152048f8f364fa8 | [log] [tgz] |
---|---|---|
author | Jonathan Amsterdam <jba@google.com> | Wed May 10 16:24:09 2023 -0400 |
committer | Jonathan Amsterdam <jba@google.com> | Wed May 10 23:57:04 2023 +0000 |
tree | 0dc2260d8f26199965350c96bea7d56e2ff72d66 | |
parent | 47ecfdc1ba53b7a217de96a0a51217e210e428b4 [diff] |
slog: sync with log/slog Bring this copy of slog up to date with the changes in the standard library log/slog package. Change-Id: I05d4de21388c4a4761b46b89fb74a1c7258ac06c Reviewed-on: https://go-review.googlesource.com/c/exp/+/494179 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.