mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
build: fix lint warning after linter upgrade
This commit is contained in:
@@ -372,7 +372,7 @@ func (p *pipedInput) Read(b []byte) (int, error) {
|
||||
return p.Reader.Read(b)
|
||||
}
|
||||
|
||||
func (_ *pipedInput) Seek(_ int64, _ int) (int64, error) {
|
||||
func (*pipedInput) Seek(int64, int) (int64, error) {
|
||||
return 0, fmt.Errorf("Seek not supported")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user