gofuckyourself
A sanitization-based swear filter for Go
About gofuckyourself
gofuckyourself
A sanitization-based swear filter for Go.
Installing
go get github.com/JoshuaDoes/gofuckyourself
Example
An up to date example can be found in the example subdirectory.
Output
> git clone https://github.com/JoshuaDoes/gofuckyourself
...
> cd gofuckyourself
> go run ./example "This is a fûçking A S S of a message with shitty swear words." fuck shit ass
Message: This is a fûçking A S S of a message with shitty swear words.
Swears: [ass fuck shit]
License
The source code for gofuckyourself is released under the MIT License. See LICENSE for more details.
Donations
All donations are appreciated and help me stay awake at night to work on this more. Even if it's not much, it helps a lot in the long run!
Frequently Asked Questions
What is gofuckyourself?
gofuckyourself is a Text Processing library for the Go programming language. A sanitization-based swear filter for Go
How do I install gofuckyourself?
Install gofuckyourself with the Go module system using `go get JoshuaDoes/gofuckyourself`. Check the repository for the current installation instructions.
What category does gofuckyourself belong to?
gofuckyourself is listed under Text Processing, specifically Sanitation.