//
pkg.gl
Category
github.com/fe3dback/go-yaml
scanner
package
1.14.0
Repository:
https://github.com/fe3dback/go-yaml.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
1.1k SLOC
#
Constants
IndentStateDown
IndentStateDown less indent than previous.
IndentStateEqual
IndentStateEqual equals previous indent.
IndentStateKeep
IndentStateKeep uses not indent token.
IndentStateUp
IndentStateUp more indent than previous.
#
Structs
Context
Context context at scanning.
Scanner
Scanner holds the scanner's internal state while processing a given text.
#
Type aliases
IndentState
IndentState state for indent.