little-cui commented on a change in pull request #212:
URL: https://github.com/apache/servicecomb-kie/pull/212#discussion_r696457347



##########
File path: server/pubsub/event_handler.go
##########
@@ -18,98 +18,39 @@
 package pubsub
 
 import (
-       "strings"
-       "sync"
-       "time"
-
        "github.com/go-chassis/openlog"
+       "github.com/hashicorp/serf/cmd/serf/command/agent"
        "github.com/hashicorp/serf/serf"
+       "strings"

Review comment:
       不符合golint

##########
File path: server/resource/v1/common.go
##########
@@ -21,6 +21,7 @@ import (
        "context"
        "encoding/json"
        "errors"
+       "github.com/apache/servicecomb-kie/server/cache"

Review comment:
       不符合golint

##########
File path: server/cache/long_polling.go
##########
@@ -0,0 +1,42 @@
+package cache
+
+import (
+       "github.com/apache/servicecomb-kie/pkg/model"
+       "github.com/go-chassis/cari/pkg/errsvc"
+       "sync"

Review comment:
       不符合golint




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to