github.com/zxy12/go_duplicate_112_new@v0.0.0-20200807091221-747231827200/src/cmd/go/testdata/script/mod_load_badzip.txt (about) 1 # Zip files with unexpected file names inside should be rejected. 2 env GO111MODULE=on 3 4 ! go get -d rsc.io/badzip 5 stderr 'zip for rsc.io/badzip@v1.0.0 has unexpected file rsc.io/badzip@v1.0.0.txt' 6 7 ! go build rsc.io/badzip 8 stderr 'zip for rsc.io/badzip@v1.0.0 has unexpected file rsc.io/badzip@v1.0.0.txt' 9 10 -- go.mod -- 11 module m