09:57
2026-09-27
lukasschwab.me
developer-tools
Poisoning a Go Cache
A blog post by Lukas Schwab demonstrates that Go's build cache ($GOCACHE) can be poisoned to reverse a program's behavior without changing its source code, using a minimal demo module where `println(t…