go get github.com/ohhhthatvarun/swear-free
- English (En)
- To get censored version of the text.
censoredText = swearFree.CensorWord("Your bitch ass text here")
fmt.Println(censoredText) // Your ***** *** text here
- To change the censor character
swearFree.SetReplaceCharacter("#")
censoredText = swearFree.CensorWord("Your bitch ass text here")
fmt.Println(censoredText) // Your ##### ### text here
- To change the locale (Future)
swearFree.SetLocale("Es")