Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrorBadPostStructure is the error returned when trying to load a post with bad internal structure ErrorBadPostStructure = errors.New("bad post structure: must be post meta lines, separator, post body. Separator: " + postMetaDelimiter) // ErrorBadMetaStructure is the error returned when trying to load a post with bad meta structure ErrorBadMetaStructure = errors.New("bad post meta structure, must have the following lines: post title, publishing date, post tags") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.