Another "minor refactor" #61

Merged
sam merged 8 commits from more-stuff into master 2022-08-11 07:25:37 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f77a7c0e7c - Show all commits

View File

@ -32,7 +32,7 @@ linters:
- predeclared
- revive
- staticcheck
- testpackage
# - testpackage
- whitespace
- wrapcheck
- wsl

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
package main //nolint: all // To not export the main
package main
import (
"os"