fix: correct linter issues exposed by the fix in #4679

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2025-08-16 17:01:21 +02:00
committed by Ron Evans
parent 2c99692019
commit 79ab77facd
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -12,7 +12,6 @@ package os
import (
"io"
"syscall"
_ "unsafe"
)
const DevNull = "/dev/null"