package
Version:
v0.55.0
Opens a new window with list of versions in this module.
Published: Nov 11, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package strvals provides parsing utilities for strval lines, which follow
the format: name=value,topname.subname=value.
type Token struct {
Key, Value string
}
Token represents a key-value token.
Parse parses the input string into key-value tokens following strvals format:
name=value,topname.subname=value.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.