# go > Luke, it's 2020... > -Many, many coworkers ## What's This? I'm porting my legacy [script grab-bag](https://github.com/lbonanomi/scripts/blob/master/README.md) to GOLANG as a learning exercise and adding a few new items as I go. The code quality is probably abysmal, but I learn best by doing. This repository is on the bag-of-scripts model as opposed to an importable `go get` format because I only ever need one script at a time. [consanguine.go](consanguine.go): clone of [cosanguine.py](https://github.com/lbonanomi/scripts/blob/master/cosanguine.py) [grouper.go](consanguine.go): clone of [grouper.py](https://github.com/lbonanomi/scripts/blob/master/grouper.py) [jaccard.go](jaccard.go): clone of [jaccard.py](https://github.com/lbonanomi/scripts/blob/master/jaccard.py) [revisionist.go](https://github.com/lbonanomi/go/blob/master/revisionist.go): A naive utility to censor credentials in command history. Discussed at length in a [Dev.to article](https://dev.to/lbonanomi/sterilizing-bash-history-5455), and seeing a burst of interest thanks to a link-back from [The Book of Secret Knowledge](https://github.com/trimstray/the-book-of-secret-knowledge) [suwho.go](suwho.go): clone of [suwho.sh](https://github.com/lbonanomi/scripts/blob/master/suwho.sh) [pullouts.go](pullouts.go): get a list of all removable media (USB-sticks, etc) mounted on a Linux host