blob: d1d74de10c22b1b75cd79a237b8e6c3b36db519c [file] [log] [blame]
env GO111MODULE=on
[short] skip
go get -d rsc.io/fortune/v2
# The default executable name shouldn't be v2$GOEXE
go build rsc.io/fortune/v2
! exists v2$GOEXE
exists fortune$GOEXE
# The default test binary name shouldn't be v2.test$GOEXE
go test -c rsc.io/fortune/v2
! exists v2.test$GOEXE
exists fortune.test$GOEXE
-- go.mod --
module scratch