blob: 51b78968e98399ca1a1a0f40500c8b86e65fd5fa [file] [log] [blame] [edit]
env GO111MODULE=on
go get rsc.io/fortune
go list -f '{{.Target}}' rsc.io/fortune
! stdout fortune@v1
stdout 'fortune(\.exe)?$'
go get rsc.io/fortune/v2
go list -f '{{.Target}}' rsc.io/fortune/v2
! stdout 'v2(\.exe)?$'
stdout 'fortune(\.exe)?$'
-- go.mod --
module m