Submitted to Zero Dependency Hackathon 2026 · Track E: Security & Crypto Utilities

Every time I start a new Go project involving 2FA tokens, I do the same thing. I open a terminal and type:

go get github.com/pquerna/otp

go get github.com/google/uuid

Enter fullscreen mode