Avoiding Catchall Pitfalls on the Root Route with Go’s ServeMux
December 3, 2024 Trailing slashes in Go's ServeMux patterns act like a catchall. But what if you only want to match an exact pattern? Lucikly, there's a pattern to avoid that pitfall.
How to Organize Your Go Code
November 24, 2024 Organizing your Go code can be overwhelming with no guidance and starting from scratch. Learn why you should take an iterative approach to creating new packages and some suggestions to start organizing your code.
Get Started with Go
November 15, 2024 Writing your first Go program