Projects Blog

go

Back to all blogs
Blog preview
Testing is Easy in Golang Tony Montemuro
July 19th, 2025 Last Updated July 24th, 2025

Unlike many other languages, testing Go code is easy! Learn about creating tests, organizing with subtests, and essential go test flags.
Blog preview
Golang HTML Templates in Neovim Tony Montemuro
June 16th, 2025

Learn to configure Neovim for Go HTML templates with Treesitter syntax highlighting, gopls LSP integration, and injection queries.