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/82ac77b1-1cfb-473c-9577-763c5b6ece48%40googlegroups.com.

Reply via email to