mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-23 12:22:51 +01:00
...
This commit is contained in:
2
main.go
2
main.go
@@ -4,10 +4,12 @@ import (
|
|||||||
|
|
||||||
"os"
|
"os"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"log"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
"runtime"
|
"runtime"
|
||||||
|
"path/filepath"
|
||||||
|
|
||||||
gotime "time"
|
gotime "time"
|
||||||
"github.com/veandco/go-sdl2/sdl"
|
"github.com/veandco/go-sdl2/sdl"
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ import (
|
|||||||
"io"
|
"io"
|
||||||
"strconv"
|
"strconv"
|
||||||
"syscall"
|
"syscall"
|
||||||
|
"os/exec"
|
||||||
|
|
||||||
"github.com/cuu/gogame/display"
|
"github.com/cuu/gogame/display"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user