Properly format function documentation comments

This commit is contained in:
2024-08-11 19:05:16 -04:00
parent 498fe20d95
commit 888b1ca80d
10 changed files with 25 additions and 27 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"github.com/rwinkhart/libmutton/core"
)
// global constants used only in this file
// ANSI color constants used only in this file
const (
ansiVersionMeat = "\033[38;2;157;0;6m"
ansiVersionOutline = "\033[38;2;131;165;152m"