ADDED:
* stringsx functions
This commit is contained in:
brent saner
2025-11-30 16:53:56 -05:00
parent 79f10b7611
commit 6ddfcdb416
3 changed files with 158 additions and 73 deletions

View File

@@ -4,8 +4,3 @@ const (
// DefMaskStr is the string used as the default maskStr if left empty in [Redact].
DefMaskStr string = "***"
)
const (
// DefIndentStr is the string used as the default indent if left empty in [Indent].
DefIndentStr string = "\t"
)