Go module cache gotchas that quietly hurt build speed and reproducibility
An architectural look at GOMODCACHE, CI caching, private modules, and the mistakes that make Go builds slower and less predictable.
A simple guide to write rotating loggers in Golang.
Originally published on Hashnode.
Read the full article:
Related posts
An architectural look at GOMODCACHE, CI caching, private modules, and the mistakes that make Go builds slower and less predictable.
A personal write-up on building and validating an email verifier in Python.