change import path

This commit is contained in:
cuu
2018-12-24 13:41:04 +00:00
parent 4221a90e3f
commit 0996426fbb
50 changed files with 89 additions and 89 deletions

View File

@@ -2,7 +2,7 @@ package Emulator
import (
"github.com/cuu/LauncherGoDev/sysgo/UI"
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
)
type ActionConfig struct {

View File

@@ -13,7 +13,7 @@ import (
"github.com/cuu/gogame/color"
"github.com/cuu/gogame/time"
"github.com/cuu/LauncherGoDev/sysgo/UI"
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
)

View File

@@ -13,7 +13,7 @@ import (
"github.com/cuu/gogame/color"
"github.com/cuu/gogame/draw"
"github.com/cuu/LauncherGoDev/sysgo/UI"
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
)

View File

@@ -13,7 +13,7 @@ import (
"github.com/cuu/gogame/time"
"github.com/cuu/gogame/color"
"github.com/cuu/gogame/event"
"github.com/cuu/LauncherGoDev/sysgo/UI"
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
)

View File

@@ -8,8 +8,8 @@ import (
"path/filepath"
"github.com/cuu/gogame/event"
"github.com/cuu/LauncherGoDev/sysgo"
"github.com/cuu/LauncherGoDev/sysgo/UI"
"github.com/clockworkpi/LauncherGoDev/sysgo"
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
)

View File

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

View File

@@ -9,7 +9,7 @@ import (
"github.com/cuu/gogame/event"
"github.com/cuu/gogame/surface"
"github.com/cuu/LauncherGoDev/sysgo"
"github.com/clockworkpi/LauncherGoDev/sysgo"
)
type CounterScreen struct {

View File

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

View File

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

View File

@@ -21,7 +21,7 @@ import (
"github.com/cuu/gogame/event"
"github.com/cuu/LauncherGoDev/sysgo/DBUS"
"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS"
)

View File

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

View File

@@ -12,7 +12,7 @@ import (
"github.com/cuu/gogame/color"
"github.com/cuu/LauncherGoDev/sysgo"
"github.com/clockworkpi/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/LauncherGoDev/sysgo/easings"
//"github.com/clockworkpi/LauncherGoDev/sysgo/easings"
)

View File

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

View File

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

View File

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