pkgs/misc: fix linting

This commit is contained in:
Clayton Craft
2021-08-10 19:13:53 -07:00
parent 93333dbb25
commit 58a7575848

View File

@@ -3,10 +3,10 @@
package misc package misc
import ( import (
"golang.org/x/sys/unix"
"log" "log"
"os" "os"
"path/filepath" "path/filepath"
"golang.org/x/sys/unix"
) )
type StringSet map[string]bool type StringSet map[string]bool