Versions in this module Expand all Collapse all v0 v0.2.17 Dec 28, 2019 v0.2.15 Dec 28, 2019 Changes in this version + type IP struct + Bytes []byte + Length byte + func New() *IP + func (i *IP) Decode(b []byte) (out []byte) + func (i *IP) DecodeOne(b []byte) *IP + func (i *IP) Encode() []byte + func (i *IP) Get() *net.IP + func (i *IP) Put(ip *net.IP) *IP + func (i *IP) String() string