You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
The outputters in status.go are ignoring the error returned while writing the output. These errors should be handled and not ignored. Some of the functions that are returning error are fmt.Fprintf(), json.Encoder.Encode() and template.Template.Execute().
The text was updated successfully, but these errors were encountered:
The
outputters
instatus.go
are ignoring the error returned while writing the output. These errors should be handled and not ignored. Some of the functions that are returning error arefmt.Fprintf()
,json.Encoder.Encode()
andtemplate.Template.Execute()
.The text was updated successfully, but these errors were encountered: