little-cui commented on a change in pull request #368: Modify connection etcd timeout configurable URL: https://github.com/apache/incubator-servicecomb-service-center/pull/368#discussion_r192685564
########## File path: server/infra/registry/registry.go ########## @@ -27,9 +27,15 @@ import ( ) var defaultRegistryConfig Config +var err error Review comment: no need to add a private global variable ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
