go

Configure vim-go (gopls) the easy way

I spent more time than I’d like to admit trying to figure out how to convert a json object to a vim dict. And then I gave up and went with using neovim’s built in py3eval to make my life easier.

Go Vote Blue T-Shirt

My wife and I watched the debate, and well, it was a bad joke, while Biden was the clear winner over the other guy, it was just bad all around.

Go / Go2 scratch script (or a quick local go playground)

Sometimes I need a quick scratch area to test out an idea, so I wrote this script. optionally deletes the folder after you’re done. helper for go2 if you have it installed.

Vanity Go Import Paths with NGINX

The tl;dr version of setting up vanity [Go](https://golang.org) import urls using nginx only.