WTF Dial
WTF Dial is an example web application written in Go
WTF Dial is an example Go web application built around a real-time team sentiment dashboard. The app lets team members report how bad or chaotic things currently feel on a shared percentage dial. Beyond the playful concept, the repository is mainly intended as a learning resource for building full Go applications. It demonstrates clean application structure, domain-focused types, multiple storage implementations, HTTP packages, command packages, and documented design decisions. ...