package
0.0.0-20240615233212-f4d96fc723ee
Repository: https://github.com/ernail/labdoc.git
Documentation: pkg.go.dev
# Functions
FormatCommentAsPlainText removes `#` characters from the comment and handles multiline whitespaces, returning a cleaned comment string.
ReadYamlFilesFromDirectory reads all YAML files from the specified directory and returns a map where the keys are file paths and the values are the file contents.
RemoveYamlDocumentSeparators removes YAML document separators ("---" and "...") from the given YAML content.