Skip to content

Commit 1a65ef3

Browse files
jetjet
authored andcommitted
refactor code
1 parent 97f90cd commit 1a65ef3

File tree

8 files changed

+3
-3
lines changed

8 files changed

+3
-3
lines changed

core/hack/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package hack
22

33
const (
4-
Version = "2016-05-16 19:34:33 +0800 @f2d480c"
5-
Compile = "2016-05-16 22:52:47 +0800 by go version go1.6.1 darwin/amd64"
4+
Version = "2016-05-16 22:54:19 +0800 @97f90cd"
5+
Compile = "2016-05-16 22:56:00 +0800 by go version go1.6.1 darwin/amd64"
66
)

mysql-load-balancer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
"github.com/compasses/mysql-load-balancer/config"
2727
"github.com/compasses/mysql-load-balancer/core/golog"
2828
"github.com/compasses/mysql-load-balancer/core/hack"
29-
"github.com/compasses/mysql-load-balancer/proxy/server"
29+
"github.com/compasses/mysql-load-balancer/proxy"
3030
)
3131

3232
var configFile *string = flag.String("config", "ks.yaml", "kingshard config file")
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)