Versions in this module Expand all Collapse all v1 v1.0.1 Jul 6, 2023 v1.0.0 Jul 6, 2023 Changes in this version + var Left func(pad rune) Padder = NewLeftPadder + var Right func(pad rune) Padder = NewRightPadder + type Padder interface + Inspect func() []byte + Pad func(data []byte, length int) []byte + Unpad func(data []byte) []byte + var None Padder = &nonePadder{} + func NewLeftPadder(pad rune) Padder + func NewRightPadder(pad rune) Padder