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

@ -14,7 +14,7 @@ import (
"github.com/cuu/gogame/rect" "github.com/cuu/gogame/rect"
"github.com/cuu/gogame/color" "github.com/cuu/gogame/color"
"github.com/cuu/LauncherGo/sysgo/UI" "github.com/cuu/LauncherGoDev/sysgo/UI"
) )

View File

@ -5,8 +5,8 @@ import(
"strconv" "strconv"
"github.com/cuu/gogame/event" "github.com/cuu/gogame/event"
"github.com/cuu/LauncherGo/sysgo" "github.com/cuu/LauncherGoDev/sysgo"
"github.com/cuu/LauncherGo/sysgo/UI" "github.com/cuu/LauncherGoDev/sysgo/UI"
) )
type OnChangeCB_T func(int) type OnChangeCB_T func(int)

View File

@ -12,8 +12,8 @@ import (
"github.com/cuu/gogame/rect" "github.com/cuu/gogame/rect"
"github.com/cuu/gogame/color" "github.com/cuu/gogame/color"
*/ */
"github.com/cuu/LauncherGo/sysgo/UI" "github.com/cuu/LauncherGoDev/sysgo/UI"
//"github.com/cuu/LauncherGo/sysgo/DBUS" //"github.com/cuu/LauncherGoDev/sysgo/DBUS"
) )
/******************************************************************************/ /******************************************************************************/

View File

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

View File

@ -13,8 +13,8 @@ import (
"github.com/cuu/gogame/rect" "github.com/cuu/gogame/rect"
"github.com/cuu/gogame/color" "github.com/cuu/gogame/color"
*/ */
"github.com/cuu/LauncherGo/sysgo/UI" "github.com/cuu/LauncherGoDev/sysgo/UI"
//"github.com/cuu/LauncherGo/sysgo/DBUS" //"github.com/cuu/LauncherGoDev/sysgo/DBUS"
) )
/******************************************************************************/ /******************************************************************************/

View File

@ -3,7 +3,7 @@ package main
import( import(
"fmt" "fmt"
"github.com/cuu/gogame/event" "github.com/cuu/gogame/event"
"github.com/cuu/LauncherGo/sysgo/UI" "github.com/cuu/LauncherGoDev/sysgo/UI"
) )
type OnChangeCB_T func(int) type OnChangeCB_T func(int)

View File

@ -11,9 +11,9 @@ import (
"github.com/cuu/gogame/draw" "github.com/cuu/gogame/draw"
"github.com/cuu/gogame/rect" "github.com/cuu/gogame/rect"
"github.com/cuu/gogame/surface" "github.com/cuu/gogame/surface"
"github.com/cuu/LauncherGo/sysgo/UI" "github.com/cuu/LauncherGoDev/sysgo/UI"
"github.com/cuu/LauncherGo/sysgo/DBUS" "github.com/cuu/LauncherGoDev/sysgo/DBUS"
) )
var NetItemDefaultHeight = 30 var NetItemDefaultHeight = 30

View File

@ -9,8 +9,8 @@ import (
"github.com/cuu/gogame/rect" "github.com/cuu/gogame/rect"
"github.com/cuu/gogame/color" "github.com/cuu/gogame/color"
*/ */
"github.com/cuu/LauncherGo/sysgo/UI" "github.com/cuu/LauncherGoDev/sysgo/UI"
//"github.com/cuu/LauncherGo/sysgo/DBUS" //"github.com/cuu/LauncherGoDev/sysgo/DBUS"
) )
/******************************************************************************/ /******************************************************************************/

View File

@ -18,11 +18,11 @@ import (
"github.com/cuu/gogame/time" "github.com/cuu/gogame/time"
"github.com/cuu/gogame/rect" "github.com/cuu/gogame/rect"
"github.com/cuu/gogame/draw" "github.com/cuu/gogame/draw"
"github.com/cuu/LauncherGo/sysgo/UI" "github.com/cuu/LauncherGoDev/sysgo/UI"
"github.com/cuu/LauncherGo/sysgo/DBUS" "github.com/cuu/LauncherGoDev/sysgo/DBUS"
"github.com/cuu/LauncherGo/sysgo/wicd/misc" "github.com/cuu/LauncherGoDev/sysgo/wicd/misc"
) )

View File

@ -8,7 +8,7 @@ import (
"github.com/cuu/gogame/rect" "github.com/cuu/gogame/rect"
"github.com/cuu/gogame/color" "github.com/cuu/gogame/color"
"github.com/cuu/LauncherGo/sysgo/UI" "github.com/cuu/LauncherGoDev/sysgo/UI"
) )

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
package UI package UI
import ( 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/gogame/event"
"github.com/cuu/LauncherGo/sysgo/DBUS" "github.com/cuu/LauncherGoDev/sysgo/DBUS"
) )
var ( var (

View File

@ -15,7 +15,7 @@ import (
"github.com/cuu/gogame/event" "github.com/cuu/gogame/event"
"github.com/cuu/gogame/transform" "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/gogame/color"
"github.com/cuu/LauncherGo/sysgo" "github.com/cuu/LauncherGoDev/sysgo"
) )
type SkinManager struct { type SkinManager struct {

View File

@ -14,7 +14,7 @@ import (
"github.com/cuu/gogame/event" "github.com/cuu/gogame/event"
//"github.com/cuu/gogame/transform" //"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/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/gogame/display"
"github.com/cuu/LauncherGo/sysgo" "github.com/cuu/LauncherGoDev/sysgo"
) )
func ShowErr(e error) { func ShowErr(e error) {

View File

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