Updated to latest golint

This commit is contained in:
Mike Farah
2024-01-11 13:17:34 +11:00
parent 8af3e46fcb
commit 010750daf6
60 changed files with 95 additions and 94 deletions
+2 -2
View File
@@ -17,11 +17,11 @@ func (e *uriEncoder) CanHandleAliases() bool {
return false
}
func (e *uriEncoder) PrintDocumentSeparator(writer io.Writer) error {
func (e *uriEncoder) PrintDocumentSeparator(_ io.Writer) error {
return nil
}
func (e *uriEncoder) PrintLeadingContent(writer io.Writer, content string) error {
func (e *uriEncoder) PrintLeadingContent(_ io.Writer, _ string) error {
return nil
}