update golangci
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2023-06-04 18:51:00 +03:00
parent e1dfdc28ff
commit d839e1ac90
21 changed files with 145 additions and 106 deletions

View File

@@ -8,7 +8,7 @@ type Empty struct {
Err error
}
func (e Empty) Unmarshal(val interface{}) error {
func (e Empty) Unmarshal(_ interface{}) error {
return e.Err
}