]> Cypherpunks repositories - gostls13.git/commit
cmd/go: print deprecation messages for -i
authorJay Conrod <jayconrod@google.com>
Thu, 29 Oct 2020 20:34:32 +0000 (16:34 -0400)
committerJay Conrod <jayconrod@google.com>
Mon, 9 Nov 2020 18:32:40 +0000 (18:32 +0000)
commit8a368c63ec2d48e1c8965341c982987de96164fd
tree3fa7f9a3b235552a370f1a59704236d9594001ee
parent65607683f531e30071e450858ef6bdc283a0280c
cmd/go: print deprecation messages for -i

build, install, and test will now print deprecation messages when the
-i flag is used. clean will continue to support -i.

For #41696

Change-Id: I956c235c487a872c5e6c1395388b4d6cd5ef817a
Reviewed-on: https://go-review.googlesource.com/c/go/+/266368
Trust: Jay Conrod <jayconrod@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
doc/go1.16.html
src/cmd/go/alldocs.go
src/cmd/go/internal/test/test.go
src/cmd/go/internal/work/build.go
src/cmd/go/testdata/script/build_i_deprecate.txt [new file with mode: 0644]