Skip to content
Snippets Groups Projects
Commit 05331d6e authored by aliiohs's avatar aliiohs
Browse files

change select time.After to wheel.After

parent b918679d
Branches
Tags
No related merge requests found
...@@ -18,13 +18,13 @@ ...@@ -18,13 +18,13 @@
package zookeeper package zookeeper
import ( import (
gxtime "github.com/dubbogo/gost/time"
"path" "path"
"sync" "sync"
"time" "time"
) )
import ( import (
gxtime "github.com/dubbogo/gost/time"
perrors "github.com/pkg/errors" perrors "github.com/pkg/errors"
"github.com/samuel/go-zookeeper/zk" "github.com/samuel/go-zookeeper/zk"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment