| commit | 90e834f514dbf992a91a09053daed7e1a04fc58a | [log] [tgz] |
|---|---|---|
| author | Dmitri Shuralyov <dmitshur@golang.org> | Fri Oct 17 17:12:23 2025 -0400 |
| committer | Gopher Robot <gobot@golang.org> | Fri Oct 17 14:24:17 2025 -0700 |
| tree | 5af326290f91c49ab596501f331717575eea83bc | |
| parent | d2f985daa21bda27d1d23e43a9e448f50801dfad [diff] |
cmd/gorelease: remove redundant fmt.Sprintf call setNotValid already accepts a format string and uses fmt.Sprintf internally so its caller doesn't need to. Caught by the improved vet check as of CL 707135: $ go vet ./cmd/gorelease cmd/gorelease/report.go:271:15: non-constant format string in call to setNotValid Change-Id: Ic45dbf8c2ed672d5b3356eab802795b81094cf1e Reviewed-on: https://go-review.googlesource.com/c/exp/+/712780 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Alan Donovan <adonovan@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@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.