commit | 38c65ebc0710fb7b3343291487d4597ac0ff4cd8 | [log] [tgz] |
---|---|---|
author | Dmitri Shuralyov <dmitshur@golang.org> | Mon Aug 07 12:36:24 2023 -0400 |
committer | Gopher Robot <gobot@golang.org> | Mon Aug 07 20:37:16 2023 +0000 |
tree | ecc326b84f251154ce9487129c58b8b23aa7b4a3 | |
parent | d63ba01acd4b5892385c4390b334ea2c89f27eb7 [diff] |
all: delete obsolete // +build lines Many of the modules in x/exp say go 1.18 or newer in their go.mod files. Use go fix remove the // +build lines that have become obsolete by that Go version. See https://go.dev/doc/go1.18#go-build-lines. Change-Id: I9ec877d72ece76ce8ec2d4a368450db6ebda6d12 Reviewed-on: https://go-review.googlesource.com/c/exp/+/516676 Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> 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.