MCPcopy
hub / github.com/knadh/koanf / NT

Struct NT

parsers/nestedtext/nestedtext.go:13–13  ·  view source on GitHub ↗

NT implements a NestedText parser.

Source from the content-addressed store, hash-verified

11
12// NT implements a NestedText parser.
13type NT struct{}
14
15// Parser returns a NestedText Parser.
16func Parser() *NT {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected