Discover Packages
bitbucket.org/djr2/tldr
page
package
Version:
v0.0.0-...-2083588
Opens a new window with list of versions in this module.
Published: Jul 18, 2025
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
Parse takes a Parser interface and the current platform of the document
that is to be parsed and the parses the internal lines writing to the
internal buffer of the parser.
type Page interface {
Print()
}
Page provides the Print method for the final generated output of a TLDR page.
New creates a parsed TLDR page. It parsers the provided file and returns the
parsed TLDR page.
Parser provides the interface for parsing a TLDR page.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.