[ CMII ] [ Operator ] - modify pacakge name
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"agent-go/executor"
|
||||
"agent-go/g"
|
||||
"agent-go/rabbitmq"
|
||||
"agent-go/register"
|
||||
"agent-go/status"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"gopkg.in/yaml.v3"
|
||||
@@ -13,6 +8,11 @@ import (
|
||||
"reflect"
|
||||
"strings"
|
||||
"time"
|
||||
"wdd.io/agent-go/executor"
|
||||
"wdd.io/agent-go/g"
|
||||
"wdd.io/agent-go/rabbitmq"
|
||||
"wdd.io/agent-go/register"
|
||||
"wdd.io/agent-go/status"
|
||||
)
|
||||
|
||||
var omType = g.InitOmType
|
||||
|
||||
Reference in New Issue
Block a user