package
1.14.0
Repository: https://github.com/fe3dback/go-yaml.git
Documentation: pkg.go.dev

# Constants

IndentStateDown less indent than previous.
IndentStateEqual equals previous indent.
IndentStateKeep uses not indent token.
IndentStateUp more indent than previous.

# Structs

Context context at scanning.
Scanner holds the scanner's internal state while processing a given text.

# Type aliases

IndentState state for indent.