Procházet zdrojové kódy

fix golint issues in core/netx (#501)

Kevin Wan před 4 roky
rodič
revize
221f923fae
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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 {