Sergey Vilgelm
Sergey Vilgelm
I think the AirDrop is the most secure option in such case, I'm ok with AirDrop only, no messages, no emails and etc...
Here is an example of parsing go.mod file ```go import ( "golang.org/x/mod/modfile" ) func getModulePath() string { mfile, _ := modfile.ParseLax("go.mod", []byte{}, nil) return mfile.Module.Mod.Path } ```
I still don't understand how to use the `SuggestedFixes` properly, but I want to print them out, at least.
@ldez actually I need this for `govet`, otherwise it's unclear what to do :)) I will keep it open for some time, then will close (when the autofix works)
some screen shots: `nlreturn` removes the lines, that's why there are empty lines
@c2h5oh Hi, could you please review this PR?
@c2h5oh Hi, could you please review this PR?
@marckhouzam @jpmcb could you please find a time and review this PR?
@jeevatkm Could you please check this? it would be great to have integrated rate limiter
What about the readers that cannot be reset?