package
Version:
v0.0.0-...-8ae8b64
Opens a new window with list of versions in this module.
Published: Jul 9, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Parse does a best effort parsing of logfmt entries. If `allowEmptyKey`,
it will parse ` =value` as `""=value`, where empty string is a valid key.
type Visitor func(key, val []byte) (more bool)
Visitor receives key/value pairs as they are parse, returns `false` if
it wishes to abort the parsing.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.