pkgs/misc: fix linting
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user