modulepackage
2.0.0+incompatible
Repository: https://github.com/traindown/traindown-go.git
Documentation: pkg.go.dev
# README
traindown-go
A language to help athletes express their training. Inspired by Markdown.
# Functions
NewFormatter returns a pointer to a Formatter.
NewLexer returns a new Lexer.
NewMovement spits out a new Movement.
NewPerformance spits out a new Performance.
NewSession spits out a new Session.
ParseByte takes in a Traindown byte slice and returns a pointer to a Session.
ParseString takes in a Traindown string and returns a pointer to a Session.
# Type aliases
Metadata is key value pairs.