]> Cypherpunks repositories - gostls13.git/commit
net/netip: fix Addr.Unmap reference in Addr.Is4 godoc comment
authorTobias Klauser <tklauser@distanz.ch>
Wed, 20 Apr 2022 22:00:38 +0000 (00:00 +0200)
committerGopher Robot <gobot@golang.org>
Fri, 22 Apr 2022 00:25:08 +0000 (00:25 +0000)
commitc9031a44b2cf734e6d1f64c31d6ee3a34ca1a9cc
treeffe24f186f6caa61d86cf7636f9b2c205296cdd7
parent575fd8817ae9817303a69065def80c574718169e
net/netip: fix Addr.Unmap reference in Addr.Is4 godoc comment

In CL 339309 this was probably copied from the respective godoc comment
in package inet.af/netaddr, also see
https://pkg.go.dev/inet.af/netaddr#IP.Is4

In net/netip the type is named Addr, so adjust the godoc comment
accordingly.

Change-Id: Ib5ab8054067f8b74119efa4732192a8407189f9b
Reviewed-on: https://go-review.googlesource.com/c/go/+/401394
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/net/netip/netip.go