A Go package that provides functions to sanitize personally identifiable information (PII) from text.
import "github.com/blizzy78/gopii"
See example_test.go on how to obscure strings.
See example_slog_test.go on how to use with Go's slog package to automatically obscure strings.
This package is licensed under the MIT license.