Skip to content

Commit 8ee79c0

Browse files
committed
fix import package.
1 parent 1621367 commit 8ee79c0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+97
-97
lines changed

Cache/cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package Cache
77
*/
88

99
import (
10-
"aktime"
10+
"github.com/Peakchen/xcommon/aktime"
1111
"container/list"
1212
"sync"
1313
"time"

Config/JsonParser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package Config
22

33
import (
4-
"akLog"
4+
"github.com/Peakchen/xcommon/akLog"
55
"encoding/json"
66
"io/ioutil"
77
)

Config/serverConfig/ExternalGWConfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package serverConfig
22

33
import (
4-
"Config"
4+
"github.com/Peakchen/xcommon/Config"
55
"fmt"
66
"path/filepath"
77
"strconv"

Config/serverConfig/InnerGWConfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package serverConfig
22

33
import (
4-
"Config"
4+
"github.com/Peakchen/xcommon/Config"
55
"fmt"
66
"path/filepath"
77
"strconv"

Config/serverConfig/NetFilterConfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package serverConfig
22

33
import (
4-
"Config"
4+
"github.com/Peakchen/xcommon/Config"
55
"fmt"
66
"path/filepath"
77
)

Config/serverConfig/gameConfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package serverConfig
22

33
import (
4-
"Config"
4+
"github.com/Peakchen/xcommon/Config"
55
"fmt"
66
"path/filepath"
77
"strconv"

Config/serverConfig/loginConfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package serverConfig
22

33
import (
4-
"Config"
4+
"github.com/Peakchen/xcommon/Config"
55
"fmt"
66
"path/filepath"
77
"strconv"

Config/serverConfig/mgoconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package serverConfig
22

33
import (
4-
"Config"
4+
"github.com/Peakchen/xcommon/Config"
55
"fmt"
66
"path/filepath"
77
"strconv"

Config/serverConfig/redisconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package serverConfig
22

33
import (
4-
"Config"
4+
"github.com/Peakchen/xcommon/Config"
55
"fmt"
66
"path/filepath"
77
"strconv"

HotUpdate/hot_v1.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package HotUpdate
33
//add by stefan
44

55
import (
6-
"akLog"
6+
"github.com/Peakchen/xcommon/akLog"
77
"os"
88
"os/signal"
99
"syscall"

0 commit comments

Comments
 (0)