How to Statically Block `time.Now()` in Your Go Tests
Tired of flaky Go tests caused by `time.Now()`? Learn a powerful technique to statically block time using linker flags for deterministic, reliable testing.
8 articles tagged with "go"
Explore all content related to go. Find tutorials, guides, tips, and insights from our collection of articles on this topic.
Showing 8 of 8 articles
Tired of flaky Go tests caused by `time.Now()`? Learn a powerful technique to statically block time using linker flags for deterministic, reliable testing.
Tired of flaky Go tests? Learn why `time.Now()` is often the culprit and how to enforce a ban using custom static analysis for truly deterministic, reliable tests.
Ready to build the next Twitch? Discover the game-changing tech stack that combines WebRTC, Go, and Next.js for unmatched performance, scalability, and developer speed.
I spent 30 days with Scar Lang, a new language aiming to dethrone Go. Is it the future of backend development, or just hype? My honest review and deep dive.
Ready to level up your Go skills in 2025? Learn to build a REST API, a real-time chat app, and a URL shortener with Vibe, the lightning-fast Go web framework.
Just built my first game in Ebitengine? The experience was... unexpected. Discover 3 shocking lessons from 2025 about its radical simplicity and performance.
Ready to build your first game with Go? Our ultimate 2025 guide walks you through creating an Ebitengine game in 7 simple steps, from setup to launch.
Struggling with your first Ebitengine game? Discover solutions to 5 common problems: state management, input handling, asset loading, delta time, and deployment.