feat: add pdf generation

This commit is contained in:
Patryk Hegenberg 2025-11-08 12:07:29 +01:00
parent bb891aea0b
commit d4265cc046
7 changed files with 245 additions and 5 deletions

View file

@ -3,6 +3,7 @@ module school-timetracker
go 1.25.3
require (
github.com/jung-kurt/gofpdf v1.16.2
github.com/labstack/echo/v4 v4.13.4
golang.org/x/crypto v0.43.0
golang.org/x/time v0.11.0