7 lines
139 B
Go
7 lines
139 B
Go
package stringsx
|
|
|
|
const (
|
|
// DefMaskStr is the string used as the default maskStr if left empty in [Redact].
|
|
DefMaskStr string = "***"
|
|
)
|