golang.org/x/tools/go/packages.Error.Msg (field)
14 uses
golang.org/x/tools/go/packages (current package)
golist.go#L238: Msg: fmt.Sprintf("package %s expected but not seen", id),
golist.go#L480: Msg: p.Error.Err,
golist.go#L556: Msg: old.Error.Err,
golist.go#L599: 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#L714: Msg: msg,
packages.go#L430: Msg string
packages.go#L451: return pos + ": " + err.Msg
packages.go#L890: Msg: err.Error(),
packages.go#L909: Msg: err.Err.Error(),
packages.go#L918: Msg: err.Msg,
packages.go#L928: Msg: err.Msg,
packages.go#L936: Msg: err.Error(),
packages.go#L969: 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#L1046: Msg: "typecheckCgo requires Go 1.15+",