commit | 522b1b587ee03a85c2670377adc0d8ab3540bdee | [log] [tgz] |
---|---|---|
author | Jonathan Amsterdam <jba@google.com> | Fri Mar 10 08:31:39 2023 -0500 |
committer | Jonathan Amsterdam <jba@google.com> | Fri Mar 10 17:16:29 2023 +0000 |
tree | 32b83184c07616987051c113b382f249cf60c177 | |
parent | 24139beb58334522371ecb30ef162994b651297e [diff] |
slog: remove error argument from Error Remove the Error argument from the Error function and Logger.Error methods. Remove the ErrorKey constant. Change-Id: I433e82e62075dbb85db1c938c00804c1cc460e9e Reviewed-on: https://go-review.googlesource.com/c/exp/+/475295 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Alan Donovan <adonovan@google.com> Run-TryBot: Jonathan Amsterdam <jba@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.