Sign in
◑
Theme
go
/
go
/
6d1aaf143c879ae7acbd20a1e60bf74681bf6055
/
.
/
src
/
cmd
/
go
/
testdata
/
script
/
mod_off_init.txt
blob: 1339c8aef9679ce1ecbed258cc9ef73d7348ca78 [
file
]
# 'go mod init' should refuse to initialize a module if it will be
# ignored anyway due to GO111MODULE=off.
env GO111MODULE=off
! go mod init
stderr 'go mod init: modules disabled by GO111MODULE=off; see ''go help modules'''