-
- Downloads
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
When these packages are released as part of Go 1.18, Go 1.16 will no longer be supported, so we can remove the +build tags in these files. Ran go fix -fix=buildtag std cmd and then reverted the bootstrapDirs as defined in src/cmd/dist/buildtool.go, which need to continue to build with Go 1.4 for now. Also reverted src/vendor and src/cmd/vendor, which will need to be updated in their own repos first. Manual changes in runtime/pprof/mprof_test.go to adjust line numbers. For #41184. Change-Id: Ic0f93f7091295b6abc76ed5cd6e6746e1280861e Reviewed-on: https://go-review.googlesource.com/c/go/+/344955 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by:Bryan C. Mills <bcmills@google.com>
Showing
- src/archive/tar/stat_actime1.go 0 additions, 1 deletionsrc/archive/tar/stat_actime1.go
- src/archive/tar/stat_actime2.go 0 additions, 1 deletionsrc/archive/tar/stat_actime2.go
- src/archive/tar/stat_unix.go 0 additions, 1 deletionsrc/archive/tar/stat_unix.go
- src/bytes/boundary_test.go 0 additions, 1 deletionsrc/bytes/boundary_test.go
- src/cmd/api/run.go 0 additions, 1 deletionsrc/cmd/api/run.go
- src/cmd/go/go11.go 0 additions, 1 deletionsrc/cmd/go/go11.go
- src/cmd/go/go_unix_test.go 0 additions, 1 deletionsrc/cmd/go/go_unix_test.go
- src/cmd/go/internal/base/signal_notunix.go 0 additions, 1 deletionsrc/cmd/go/internal/base/signal_notunix.go
- src/cmd/go/internal/base/signal_unix.go 0 additions, 1 deletionsrc/cmd/go/internal/base/signal_unix.go
- src/cmd/go/internal/lockedfile/internal/filelock/filelock_fcntl.go 0 additions, 1 deletion...o/internal/lockedfile/internal/filelock/filelock_fcntl.go
- src/cmd/go/internal/lockedfile/internal/filelock/filelock_other.go 0 additions, 1 deletion...o/internal/lockedfile/internal/filelock/filelock_other.go
- src/cmd/go/internal/lockedfile/internal/filelock/filelock_plan9.go 0 additions, 1 deletion...o/internal/lockedfile/internal/filelock/filelock_plan9.go
- src/cmd/go/internal/lockedfile/internal/filelock/filelock_test.go 0 additions, 1 deletion...go/internal/lockedfile/internal/filelock/filelock_test.go
- src/cmd/go/internal/lockedfile/internal/filelock/filelock_unix.go 0 additions, 1 deletion...go/internal/lockedfile/internal/filelock/filelock_unix.go
- src/cmd/go/internal/lockedfile/internal/filelock/filelock_windows.go 0 additions, 1 deletion...internal/lockedfile/internal/filelock/filelock_windows.go
- src/cmd/go/internal/lockedfile/lockedfile_filelock.go 0 additions, 1 deletionsrc/cmd/go/internal/lockedfile/lockedfile_filelock.go
- src/cmd/go/internal/lockedfile/lockedfile_plan9.go 0 additions, 1 deletionsrc/cmd/go/internal/lockedfile/lockedfile_plan9.go
- src/cmd/go/internal/lockedfile/lockedfile_test.go 0 additions, 1 deletionsrc/cmd/go/internal/lockedfile/lockedfile_test.go
- src/cmd/go/internal/lockedfile/transform_test.go 0 additions, 1 deletionsrc/cmd/go/internal/lockedfile/transform_test.go
- src/cmd/go/internal/modfetch/bootstrap.go 0 additions, 1 deletionsrc/cmd/go/internal/modfetch/bootstrap.go
Loading
Please register or sign in to comment