padding

package
v0.6.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2021 License: Apache-2.0 Imports: 2 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Left func(pad rune) Padder = NewLeftPadder

Functions

This section is empty.

Types

type Padder

type Padder interface {
	Pad(data []byte, length int) []byte
	Unpad(data []byte) []byte
	Inspect() []byte
}
var None Padder = &nonePadder{}

func NewLeftPadder

func NewLeftPadder(pad rune) Padder

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL