rename LauncherGo to LauncherGoDev

This commit is contained in:
cuu
2018-12-03 14:13:18 +08:00
parent 776eaa1378
commit d6e8b2864e
21 changed files with 29 additions and 29 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/veandco/go-sdl2/ttf"
"github.com/cuu/gogame/font"
"github.com/cuu/LauncherGo/sysgo"
"github.com/cuu/LauncherGoDev/sysgo"
)
type WidgetInterface interface {

View File

@@ -11,7 +11,7 @@ import (
"github.com/cuu/gogame/event"
"github.com/cuu/LauncherGo/sysgo/easings"
"github.com/cuu/LauncherGoDev/sysgo/easings"
)
//sysgo/UI/keyboard_keys.layout

View File

@@ -1,7 +1,7 @@
package UI
import (
"github.com/cuu/LauncherGo/sysgo"
"github.com/cuu/LauncherGoDev/sysgo"
)

View File

@@ -20,7 +20,7 @@ import (
"github.com/cuu/gogame/event"
"github.com/cuu/LauncherGo/sysgo/DBUS"
"github.com/cuu/LauncherGoDev/sysgo/DBUS"
)
var (

View File

@@ -15,7 +15,7 @@ import (
"github.com/cuu/gogame/event"
"github.com/cuu/gogame/transform"
"github.com/cuu/LauncherGo/sysgo/easings"
"github.com/cuu/LauncherGoDev/sysgo/easings"
)

View File

@@ -12,7 +12,7 @@ import (
"github.com/cuu/gogame/color"
"github.com/cuu/LauncherGo/sysgo"
"github.com/cuu/LauncherGoDev/sysgo"
)
type SkinManager struct {

View File

@@ -14,7 +14,7 @@ import (
"github.com/cuu/gogame/event"
//"github.com/cuu/gogame/transform"
//"github.com/cuu/LauncherGo/sysgo/easings"
//"github.com/cuu/LauncherGoDev/sysgo/easings"
)

View File

@@ -20,9 +20,9 @@ import (
"github.com/vjeantet/jodaTime"
"github.com/cuu/LauncherGo/sysgo/DBUS"
"github.com/cuu/LauncherGoDev/sysgo/DBUS"
"github.com/cuu/LauncherGo/sysgo"
"github.com/cuu/LauncherGoDev/sysgo"
)

View File

@@ -12,7 +12,7 @@ import (
"github.com/cuu/gogame/display"
"github.com/cuu/LauncherGo/sysgo"
"github.com/cuu/LauncherGoDev/sysgo"
)
func ShowErr(e error) {

View File

@@ -3,7 +3,7 @@ package misc
import (
"bufio"
//"fmt"
"github.com/cuu/LauncherGo/sysgo/UI"
"github.com/cuu/LauncherGoDev/sysgo/UI"
"log"
"os"
"strings"