package stringsx 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" )