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 - Where are my build files when I use go run (09 Jun 2020)
Where are my build files when I use go run - Reading & Setting environment variables in Go (09 Jun 2020)
Reading and Setting Environment variables in Go - Clearing terminal screen in Go (05 Jun 2020)
Two ways you can clear terminal screen in Go - Creating Python's next() alternative using Go Closures (04 Jun 2020)
Using go closures for a replacement of next() in python - Measure execution time in Go (02 Jun 2020)
How to measure execution time of go code - Convert string to int & vice-versa in Go (31 May 2020)
Learn how to convert string to integer in Go - Splitting strings in Go (31 May 2020)
Learn how to split strings in Go