Text file src/cmd/go/testdata/script/get_update_all.txt
1 # Issue 14444: go get -u .../ duplicate loads errors 2 # Check that go get update -u ... does not try to load duplicates 3 4 [!net] skip 5 6 env GO111MODULE=off 7 8 go get -u -n .../ 9 ! stderr 'duplicate loads of' # make sure old packages are removed from cache 10