mirror of https://github.com/Hilbis/Hilbish
fix: remove filepath import for exec file check on unix
parent
bcce4da92c
commit
beb81c7e3d
|
@ -3,7 +3,6 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"path/filepath"
|
||||
"os"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue