Versions in this module Expand all Collapse all v0 v0.2.10 Feb 3, 2020 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