Nearly done with download :)

This commit is contained in:
Belac Darkstorm
2017-04-09 01:26:31 -05:00
parent 01556c1eb0
commit 695ce815d9
7 changed files with 221 additions and 19 deletions
+2
View File
@@ -4,6 +4,7 @@ import (
"encoding/gob"
"fmt"
"os"
"runtime"
"github.com/gotk3/gotk3/gtk"
)
@@ -24,6 +25,7 @@ var (
)
func main() {
runtime.GOMAXPROCS(4)
os.MkdirAll("PortableApps/LinuxPACom", 0777)
master = make(map[string][]app)
linmaster = make(map[string][]app)