Skip to content
Snippets Groups Projects
Commit 79ade24c authored by socttwang's avatar socttwang
Browse files

FMT k8s pkg

parent da4225ec
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@
package kubernetes
import (
"runtime"
"testing"
"time"
)
......@@ -53,10 +52,6 @@ var changedData = `
dubbo.service.com.ikurento.user.UserProvider.cluster=failover
`
func init(){
runtime.GOMAXPROCS(1)
}
type mockDataListener struct {
eventList []remoting.Event
client *Client
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment