· software
Making Parallel HTTP Requests Stable in Go: Lessons from Building a Markdown Linter
When building gomarklint, a Go‑based Markdown linter, I faced a challenge: checking 100,000+ lines of documentation for broken links. Parallelizing this with go...