//
pkg.gl
Category
github.com/glynternet/packing
pkg
parse
package
0.1.4
Repository:
https://github.com/glynternet/packing.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
21 SLOC
#
Functions
NewPrefixedParser
NewPrefixedParser generates a Parser that expects to parse a string that is prefixed by the given prefix.
NotEmpty
NotEmpty generates a Parser that returns the given string if it is not empty, returning an error otherwise.