package
0.0.0-20250403143952-b55b17c58748
Repository: https://github.com/rveen/golib.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
No description provided by the author
New parses a markdown+ text string and returnes a Document object.
TODO Needs optimization.
ToScreamingDelimited converts a string to SCREAMING.DELIMITED.SNAKE.CASE (in this case `delimiter = '.'; screaming = true`) or delimited.snake.case (in this case `delimiter = '.'; screaming = false`).