Want to write wicked fast Golang with no cost whatsoever, ever, any time? Go routines are (not) for you! One of the features I’ve touted as my reason for loving Go is Go Routines, Golang’s first-class concurrency feature. If you’re unfamiliar, many languages technically offer concurrency, but they’re usually third-party…