2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-21 13:03:22 +00:00

fix: remove filepath import for exec file check on unix

This commit is contained in:
TorchedSammy 2022-03-16 19:42:39 -04:00
parent bcce4da92c
commit beb81c7e3d
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -3,7 +3,6 @@
package main
import (
"path/filepath"
"os"
)