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>