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

View File

@@ -2,7 +2,7 @@ package main
import (
"fmt"
"unitech/golib/metric"
"unitechdev/golib/metric"
)
func main() {

View File

@@ -3,7 +3,7 @@ package main
import (
"fmt"
"github.com/prometheus/client_golang/prometheus"
"unitech/golib/metric"
"unitechdev/golib/metric"
"time"
)

View File

@@ -11,7 +11,7 @@ import (
consulapi "github.com/hashicorp/consul/api"
"github.com/prometheus/client_golang/prometheus/promhttp"
"unitech/golib/tlog"
"unitechdev/golib/tlog"
)
const (