"fix" lint
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-08-06 02:21:46 +02:00
parent 6f3d07d02a
commit f77a7c0e7c
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD
2 changed files with 2 additions and 2 deletions

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"