Another "minor refactor" #61
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ linters:
|
|||
- predeclared
|
||||
- revive
|
||||
- staticcheck
|
||||
- testpackage
|
||||
# - testpackage
|
||||
- whitespace
|
||||
- wrapcheck
|
||||
- wsl
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
package main //nolint: all // To not export the main
|
||||
package main
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
|
Loading…
Reference in a new issue