AlexStocks commented on code in PR #668:
URL: https://github.com/apache/dubbo-go-pixiu/pull/668#discussion_r2055637349


##########
pkg/cluster/healthcheck/tcp.go:
##########
@@ -14,30 +14,20 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package healthcheck
 
 import (
-       "net"
        "time"
 )
 
-import (
-       "github.com/apache/dubbo-go-pixiu/pkg/logger"
-)
-
 type TCPChecker struct {
-       addr    string
+       address string

Review Comment:
   改这个变量名字有啥意义呢?addr也能望文生义呀



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to