Simple Plugin for Neovim - Integrate Hugo!

I had never written a Neovim plugin before, so I wanted to try it and see how easy – or painful – it would be.

Is Go Error Handling Really Bloated?

Is Go error handling with a lot of err and nil really bloated or just practical?

Example for Cobra and Viper for Go

This article shows an example how to use Cobra and Vipera packages for a Go project.