Skip to content
Snippets Groups Projects
Commit 2369da17 authored by 邹毅贤's avatar 邹毅贤
Browse files

fix travis

parent 24cb5127
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,6 @@ func ValidateZookeeperClient(container ZkClientFacade, opts ...Option) error {
return perrors.WithMessagef(err, "newZookeeperClient(address:%+v)", url.PrimitiveURL)
}
// nolint
func NewZookeeperClient(name string, zkAddrs []string, timeout time.Duration) (*ZookeeperClient, error) {
var (
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment