Browse Source

fix golint issues in core/netx (#501)

Kevin Wan 4 years ago
parent
commit
221f923fae
1 changed files with 1 additions and 0 deletions
  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 {