From b6bc5b294c83b094d6f6ccdb2dfbe166c715acef Mon Sep 17 00:00:00 2001 From: Joshua Wickings Date: Mon, 19 Nov 2018 03:44:03 -0500 Subject: [PATCH] Add gofuckyourself (#2234) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7549609d..479a6cf8 100644 --- a/README.md +++ b/README.md @@ -1319,6 +1319,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [syndfeed](https://github.com/zhengchun/syndfeed) - A syndication feed for Atom 1.0 and RSS 2.0. * [toml](https://github.com/BurntSushi/toml) - TOML configuration format (encoder/decoder with reflection). * Utility + * [gofuckyourself](https://github.com/JoshuaDoes/gofuckyourself) - A sanitization-based swear filter for Go. * [gotabulate](https://github.com/bndr/gotabulate) - Easily pretty-print your tabular data with Go. * [kace](https://github.com/codemodus/kace) - Common case conversions covering common initialisms. * [parseargs-go](https://github.com/nproc/parseargs-go) - string argument parser that understands quotes and backslashes.