Sachin Sampras M
Sachin Sampras M
The possible fixes for `fmt.Fprintf` related errcheck issues can be fixed in two ways. Below are some example: Method 1 (Ignore the possibility of errors): ``` _, _ = fmt.Fprintf(s.TTYOut,...
> ping @wlynch as the maintainer (though my 2c, method 2, though in practice method 1 is probably fine) Thanks for your thoughts @haydentherapper.
> The possible fixes for `fmt.Fprintf` related errcheck issues can be fixed in two ways. Below are some example: > > Method 1 (Ignore the possibility of errors): > >...
@wlynch Just checking on these changes. Any thoughts on the above discussions?