diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/rescached/config.go | 2 | ||||
| -rw-r--r-- | cmd/rescached/main.go | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/cmd/rescached/config.go b/cmd/rescached/config.go index 15b6aa4..a6fe9fd 100644 --- a/cmd/rescached/config.go +++ b/cmd/rescached/config.go @@ -16,7 +16,7 @@ import ( "github.com/shuLhan/share/lib/ini" libnet "github.com/shuLhan/share/lib/net" - "github.com/shuLhan/rescached-go" + rescached "github.com/shuLhan/rescached-go" ) // List of config sections. diff --git a/cmd/rescached/main.go b/cmd/rescached/main.go index 047aae6..bb5ff25 100644 --- a/cmd/rescached/main.go +++ b/cmd/rescached/main.go @@ -16,8 +16,9 @@ import ( "syscall" "time" - "github.com/shuLhan/rescached-go" "github.com/shuLhan/share/lib/debug" + + rescached "github.com/shuLhan/rescached-go" ) func createRescachedServer(fileConfig string) *rescached.Server { |
