//
pkg.gl
Category
github.com/anmil/quicknote
parser
package
0.5.0
Repository:
https://github.com/anmil/quicknote.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
119 SLOC
#
Functions
NewParser
NewParser returns a new parser for the type given.
#
Variables
ErrParserNotSupported
ErrParserNotSupported an unknown parser type was given.
#
Structs
BasicParser
BasicParser Is the default parser for notes.
#
Interfaces
Parser
Parser interface for a note parser.