golang.org/x/tools/go/packages.Error.Msg (field)
13 uses
golang.org/x/tools/go/packages (current package)
golist.go#L423: Msg: p.Error.Err,
golist.go#L499: Msg: old.Error.Err,
golist.go#L544: Msg: "go list failed to return CompiledGoFiles. This may indicate failure to perform cgo processing; try building at the command line. See https://golang.org/issue/38990.",
golist.go#L660: Msg: msg,
packages.go#L571: Msg string
packages.go#L592: return pos + ": " + err.Msg
packages.go#L1071: Msg: err.Error(),
packages.go#L1090: Msg: err.Err.Error(),
packages.go#L1099: Msg: err.Msg,
packages.go#L1109: Msg: err.Msg,
packages.go#L1117: Msg: err.Error(),
packages.go#L1150: Msg: fmt.Sprintf("This application uses version go1.%d of the source-processing packages but runs version go1.%d of 'go list'. It may fail to process source files that rely on newer language features. If so, rebuild the application using a newer version of Go.", runtimeVersion, lpkg.goVersion),
packages.go#L1242: Msg: "typecheckCgo requires Go 1.15+",