Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 555 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 555 Bytes

GoDoc

gopii

A Go package that provides functions to sanitize personally identifiable information (PII) from text.

import "github.com/blizzy78/gopii"

Code example

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.

License

This package is licensed under the MIT license.