atc0005 / check-whois

Go-based tooling to monitor WHOIS records.
MIT License
7 stars 0 forks source link

Fix errcheck linting errors #484

Closed atc0005 closed 4 months ago

atc0005 commented 4 months ago

Resolve `return value of fmt.Fprintf is not checked`` errors by explicitly discarding return values (potential error, bytes written) since we do not need them and the potential for failure (in this particular use case) is highly unlikely.