Rename unitech to unitechdev

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

2
cache/cache.go vendored
View File

@@ -3,7 +3,7 @@ package cache
import (
"errors"
"github.com/creachadair/cityhash"
"unitech/golib/tlog"
"unitechdev/golib/tlog"
"sync"
"time"
)