Tag: go
- Why and How to add changelog in your next CLI (03 Dec 2021)
Using golang to embed and parse changelogs for your next CLI - How to use code snippets in Vim like a cowboy 🤠️ (14 Feb 2021)
A quick tour on how to get started with code snippets in Vim. Learn how to setup Ultisnips & vim-snippets in Vim and Neovim. How to install vim-snippets, How to use snippets in vim. - Debugging Go in Vim (08 Feb 2021)
Learn how to setup makeprg for Go. Debugging Vim with Go. How to setup make for Go development, make command in vim/neovim. Setting Vim for Golang. Vim makeprg for Go - Embedding static files in Go (01 Feb 2021)
Learn how to embed or add static files in Golang binaries using the embed package - Keep your URLs healthy using Github Actions and Go (29 Jan 2021)
URL Health checker. Check and audit link/URL health using github actions. Test dead links in a fast and efficient manner