gitextract_hcz_6jj4/ ├── .gitattributes ├── .github/ │ ├── codecov.yml │ ├── dependabot.yml │ └── workflows/ │ └── test.yml ├── .gitignore ├── LICENSE ├── README.md ├── falsenegatives.go ├── falsepositives.go ├── go.mod ├── go.sum ├── goaway.go ├── goaway_bench_test.go ├── goaway_test.go ├── profanities.go ├── replacements.go ├── writer.go └── writer_test.go