Debugging Go in Vim

Posted on ๐Ÿ“… February 8, 2021

Using make in Vim/NeoVim can be a handy utility if you want to quickly build, run & debug programs. The make command is governed by the program set in makeprg.

Embedding static files in Go

Posted on ๐Ÿ“… February 1, 2021

Embedding static files in 2021 has become a bit easier since the release of Go 1.16. The new release comes with a new package embed which provides a handy set of interface and methods to attach static file in go binaries