Code cleaning

This commit is contained in:
2024-04-10 04:54:38 +02:00
parent 564b939464
commit 3317459b0b

View File

@@ -23,7 +23,6 @@ var readmeTemplate string
// ReadMeFile returns the content of the README.md file. // ReadMeFile returns the content of the README.md file.
func ReadMeFile(charname, description string, values map[string]any) string { func ReadMeFile(charname, description string, values map[string]any) string {
// values is a yaml structure with keys and structured values... // values is a yaml structure with keys and structured values...
// we want to make list of dot separated keys and their values // we want to make list of dot separated keys and their values