Custom Go Vanity URL for Cheap Using Amazon Lambda

go’s CLI tool provides a very powerful way of accessing your code, specifically the subcommand go get. Typical people use go get for it’s resolving and adding dependencies to their package but it can also be used as a proxy for git clone. It can also resolve these dependencies from any domain that returns the right html.

[Read More]

Go Version for Cobra Projects

Do you use cobra and goreleaser to package and build your golang CLIs. If not, you should reconsider. They are a fantastic combination and combined with one of my new projects you can add an easy to use and extensible version subcommand which features different outputs

[Read More]