修改库名
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package health_check_http
|
||||
|
||||
import "github.com/eolinker/goku-eosc/discovery"
|
||||
import "github.com/eolinker/goku/discovery"
|
||||
|
||||
//agent 从属于HTTPCheck,实现了IHealthChecker接口
|
||||
type agent struct {
|
||||
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
|
||||
"github.com/eolinker/eosc/log"
|
||||
|
||||
"github.com/eolinker/goku-eosc/discovery"
|
||||
"github.com/eolinker/goku/discovery"
|
||||
"github.com/go-basic/uuid"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user