commit | 24139beb58334522371ecb30ef162994b651297e | [log] [tgz] |
---|---|---|
author | Jonathan Amsterdam <jba@google.com> | Tue Mar 07 11:57:55 2023 -0500 |
committer | Jonathan Amsterdam <jba@google.com> | Tue Mar 07 19:08:34 2023 +0000 |
tree | 7588f4b43ad019ed7b5423425a2a0a650f42a3cb | |
parent | f0f767cdffd6c3fe9fa17c685f39b1cf8e866c0c [diff] |
slog: documentation clarifications - Clarify use of Handler.With methods. - Document that Handler.Handle should ignore a zero PC. - Fix a typo. Change-Id: I4bab18557f76058a6d63d913d5a0a81a4ce8825a Reviewed-on: https://go-review.googlesource.com/c/exp/+/474155 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Jonathan Amsterdam <jba@google.com> Reviewed-by: Alan Donovan <adonovan@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.