mirror of
https://github.com/derfenix/webarchive.git
synced 2026-03-11 12:41:54 +03:00
Linter fix
This commit is contained in:
@@ -8,6 +8,6 @@ func marshal(v interface{}) ([]byte, error) {
|
||||
return msgpack.Marshal(v)
|
||||
}
|
||||
|
||||
func unmarshal(b []byte, v interface{}) error {
|
||||
func unmarshal(b []byte, v interface{}) error { //nolint:unused // will use later
|
||||
return msgpack.Unmarshal(b, v)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user