Generating dynamic PDFs in Go with Gin and gofpdf
Generating dynamic PDFs in Go can be straightforward when using libraries like gofpdf.
Learn how to develop innovative solutions with the language created by Google.
Generating dynamic PDFs in Go can be straightforward when using libraries like gofpdf.
Interfaces in Go make web apps more modular, testable, and easier to evolve. Start concrete, then extract an interface when you need flexibility (new implementations or tests).
In this article, we will see how to implement a simple 2FA system using Time-based One-Time Password (TOTP) codes in Go.