github.com/jackc/pgtype.Macaddr.Addr (field)
11 uses
github.com/jackc/pgtype (current package)
macaddr.go#L10: Addr net.HardwareAddr
macaddr.go#L31: *dst = Macaddr{Addr: addr, Status: Present}
macaddr.go#L37: *dst = Macaddr{Addr: addr, Status: Present}
macaddr.go#L63: return dst.Addr
macaddr.go#L76: *v = make(net.HardwareAddr, len(src.Addr))
macaddr.go#L77: copy(*v, src.Addr)
macaddr.go#L80: *v = src.Addr.String()
macaddr.go#L106: *dst = Macaddr{Addr: addr, Status: Present}
macaddr.go#L123: *dst = Macaddr{Addr: addr, Status: Present}
macaddr.go#L136: return append(buf, src.Addr.String()...), nil
macaddr.go#L148: return append(buf, src.Addr...), nil
 |
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. |