golang.org/x/tools/go/packages.Error.Msg (field)

13 uses

	golang.org/x/tools/go/packages (current package)
		golist.go#L445: 					Msg: p.Error.Err,
		golist.go#L521: 						Msg:  old.Error.Err,
		golist.go#L576: 					Msg:  msg.String(),
		golist.go#L692: 				Msg:  msg,
		packages.go#L582: 	Msg  string
		packages.go#L603: 	return pos + ": " + err.Msg
		packages.go#L1094: 				Msg:  err.Error(),
		packages.go#L1113: 				Msg:  err.Err.Error(),
		packages.go#L1122: 					Msg:  err.Msg,
		packages.go#L1132: 				Msg:  err.Msg,
		packages.go#L1140: 				Msg:  err.Error(),
		packages.go#L1173: 					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#L1262: 				Msg:  "typecheckCgo requires Go 1.15+",