maint: comment source code

This commit is contained in:
vxclutch
2026-05-28 07:55:10 -04:00
parent b436415980
commit 363c3b6c96
6 changed files with 5 additions and 2 deletions

View File

@@ -12,4 +12,5 @@ var Templates embed.FS
//go:embed version
var Version string
// TODO(vxc): Replace this with custom token generator
var Token string = uuid.New().String()