mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-01 14:14:52 +08:00
Updated to latest golint
This commit is contained in:
@@ -18,11 +18,11 @@ func (e *base64Encoder) CanHandleAliases() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (e *base64Encoder) PrintDocumentSeparator(writer io.Writer) error {
|
||||
func (e *base64Encoder) PrintDocumentSeparator(_ io.Writer) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (e *base64Encoder) PrintLeadingContent(writer io.Writer, content string) error {
|
||||
func (e *base64Encoder) PrintLeadingContent(_ io.Writer, _ string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user