[go-nuts] Re: go vet output

2019-10-30 Thread Gert
I think it needs to be fixed here somewhere? go/src/cmd/go/internal/work On Saturday, October 26, 2019 at 1:47:24 PM UTC+2, Gert wrote: > > Stuck :( I am lost in a jungle of source code looking for `Report` > printers > > On Saturday, October 26, 2019 at 1:33:29 PM UTC+2, Gert wrote: >> >> A no

[go-nuts] Re: go vet output

2019-10-26 Thread Gert
Stuck :( I am lost in a jungle of source code looking for `Report` printers On Saturday, October 26, 2019 at 1:33:29 PM UTC+2, Gert wrote: > > A no wait need to go other direction and find all type Pass structs > > pass.Report(Diagnostic{Pos: pos, Message: msg}) > > On Saturday, October 26, 2019

[go-nuts] Re: go vet output

2019-10-26 Thread Gert
A no wait need to go other direction and find all type Pass structs pass.Report(Diagnostic{Pos: pos, Message: msg}) On Saturday, October 26, 2019 at 1:23:40 PM UTC+2, Gert wrote: > > > https://github.com/golang/tools/blob/master/go/analysis/analysis.go#L161-L173 > > Can I assume every output of g

[go-nuts] Re: go vet output

2019-10-26 Thread Gert
https://github.com/golang/tools/blob/master/go/analysis/analysis.go#L161-L173 Can I assume every output of go vet passes through here? So basically need to figure out all the references to this two functions and change the format? On Saturday, October 26, 2019 at 12:59:59 PM UTC+2, Gert wrote: