瀏覽代碼

fix golint issues in core/netx (#501)

Kevin Wan 4 年之前
父節點
當前提交
221f923fae
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/netx/ip.go

+ 1 - 0
core/netx/ip.go

@@ -2,6 +2,7 @@ package netx
 
 import "net"
 
+// InternalIp returns an internal ip.
 func InternalIp() string {
 	infs, err := net.Interfaces()
 	if err != nil {