helloword.go,not tested yet

This commit is contained in:
cuu
2018-09-09 23:58:11 +08:00
parent 2146878931
commit 91d573573f
4 changed files with 315 additions and 3 deletions

View File

@@ -11,6 +11,12 @@ import (
"github.com/cuu/LauncherGo/sysgo"
)
func abs(n int) int {
y := n >> 63
return (n ^ y) - y
}
func SkinMap(orig_file_or_dir string) string {
DefaultSkin := "default"
ret := ""