commit | 50820d90acfdebad5f228e9053ec2c454697f55c | [log] [tgz] |
---|---|---|
author | Jonathan Amsterdam <jba@google.com> | Thu Feb 23 08:03:11 2023 -0500 |
committer | Jonathan Amsterdam <jba@google.com> | Thu Feb 23 21:05:39 2023 +0000 |
tree | c8af8494c5382908c491ca004ae15bb211ec69c7 | |
parent | 30ed42f936dd1a1b651da29fa77c81b80a7b54c6 [diff] |
slog: fix TextHandler panic on nil Fixes golang/go#58652. Change-Id: I06fde692ac3ac1657e84291ee7c22af275826943 Reviewed-on: https://go-review.googlesource.com/c/exp/+/470635 Run-TryBot: Jonathan Amsterdam <jba@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> 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.