Earlier quoted context omitted.
I should stop writing code in files like /tmp/x.go no matter how throwaway I think the code might be. I still have the linux/armv7 binary if anyone wants it lol.
Oh man, apparently I'm not alone in using /tmp/ as my storage space. I like it because it's self-cleaning!
cdtmp() {
cd $(mktemp -d)
}