cuu 5 years ago
parent
commit
f023c503d0
2 changed files with 3 additions and 0 deletions
  1. 2 0
      main.go
  2. 1 0
      sysgo/UI/util_funcs.go

+ 2 - 0
main.go

@@ -4,10 +4,12 @@ import (
 
 	"os"
 	"fmt"
+  "log"
   "io/ioutil"
   "strconv"
   "strings"
   "runtime"
+  "path/filepath"
   
 	gotime "time"
 	"github.com/veandco/go-sdl2/sdl"

+ 1 - 0
sysgo/UI/util_funcs.go

@@ -11,6 +11,7 @@ import (
   "io"
 	"strconv"
   "syscall"
+  "os/exec"
   
 	"github.com/cuu/gogame/display"