%PDF- %PDF-
Direktori : /usr/local/go/src/cmd/go/testdata/script/ |
Current File : //usr/local/go/src/cmd/go/testdata/script/build_import_cycle.txt |
# mod_import_cycle covers this error in module mode. env GO111MODULE=off ! go build selfimport stderr -count=1 'import cycle not allowed' go list -e -f '{{.Error}}' selfimport # Don't hang forever stdout -count=1 'import cycle not allowed' -- selfimport/selfimport.go -- package selfimport import "selfimport"