pkgs/misc: fix linting
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
package misc
|
||||
|
||||
import (
|
||||
"golang.org/x/sys/unix"
|
||||
"log"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"golang.org/x/sys/unix"
|
||||
)
|
||||
|
||||
type StringSet map[string]bool
|
||||
|
Reference in New Issue
Block a user