net.IP.IsLoopback (method)
8 uses
net (current package)
addrselect.go#L330: if ip.IsLoopback() || ip.IsLinkLocalUnicast() {
ip.go#L121: func (ip IP) IsLoopback() bool {
ip.go#L172: !ip.IsLoopback() &&
github.com/aws/aws-sdk-go/aws/defaults
defaults.go#L140: return ip.IsLoopback(), nil
defaults.go#L149: if !net.ParseIP(addr).IsLoopback() {
github.com/go-redis/redis/v8
cluster.go#L510: if !nodeIP.IsLoopback() {
cluster.go#L523: return ip.IsLoopback()
vendor/golang.org/x/net/http/httpproxy
proxy.go#L186: if ip.IsLoopback() {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |