update lint and dependency (#2)
All checks were successful
Go Action / goaction (push) Successful in 33s
All checks were successful
Go Action / goaction (push) Successful in 33s
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
// Encode writer from volume.
|
||||
type Encode func(w io.Writer, v interface{}) error
|
||||
type Encode func(w io.Writer, v any) error
|
||||
|
||||
// Decode reader to volume.
|
||||
type Decode func(r io.Reader, v interface{}) error
|
||||
type Decode func(r io.Reader, v any) error
|
||||
|
||||
Reference in New Issue
Block a user