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 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 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:
>>>
>>> https://github.com/golang/go/issues/24344#issuecomment-546589062
>>>
>>> The start of the go vet rabbit hole is this right?
>>>
>>> https://github.com/golang/go/blob/master/src/cmd/vet/main.go
>>>
>>> So basically one of does or all of the analyzers is responsible for the 
>>> print output right?
>>> So if i want to fix it i need to go through all of them?
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/1abec5bf-b928-4bdf-b5e4-d91c0de0bca4%40googlegroups.com.

Reply via email to