Rename module name

This commit is contained in:
Cruise Zhao
2020-04-18 23:21:25 +08:00
parent f8ab38d5a5
commit f644046f58
15 changed files with 18 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ package gfetcd
import (
"context"
"fmt"
"unitechdev/golib/tlog"
"gitlab.com/unitechdev/golib/tlog"
"os"
"strings"
"time"

View File

@@ -7,7 +7,7 @@ import (
"strings"
"time"
"unitechdev/golib/tlog"
"gitlab.com/unitechdev/golib/tlog"
"github.com/coreos/etcd/clientv3"
etcdnaming "github.com/coreos/etcd/clientv3/naming"