diff --git a/client/client-handler.go b/client/client-handler.go index 810d7ef..750d96a 100644 --- a/client/client-handler.go +++ b/client/client-handler.go @@ -5,7 +5,7 @@ import ( "sync/atomic" "time" - rpc "git.loafle.net/commons/rpc-go" + "git.loafle.net/commons/rpc-go" "git.loafle.net/commons/rpc-go/protocol" "git.loafle.net/commons/rpc-go/registry" csc "git.loafle.net/commons/server-go/client"