hack-pad / hackpadfs

An extensible file system abstraction for Go. File systems, composable interfaces, and test suites.
Apache License 2.0
254 stars 11 forks source link

fix(lint): Rename unused parameters #42

Closed hairyhenderson closed 4 months ago

hairyhenderson commented 4 months ago

The revive linter complains now about a number of unused parameters. This cleans it up by renaming such parameters to _.

It'd be worth double-checking that each parameter is intentionally unused, however!