Commit Graph

2 Commits

Author SHA1 Message Date
Ryan Hamamura
5fd48eb5fa style: normalize struct field alignment
All checks were successful
CI / Build and Test (push) Successful in 39s
CI / Build and Test (pull_request) Successful in 33s
Run gofmt/goimports to fix whitespace alignment in struct literals,
field declarations, and import ordering.
2026-02-20 09:29:25 -10:00
Ryan Hamamura
f5158b866c feat: add Static and StaticFS helpers for serving static files
One-liner static file serving: v.Static("/assets/", "./public") for
filesystem directories and v.StaticFS("/assets/", fsys) for embed.FS.
Both auto-normalize the URL prefix and disable directory listings.
2026-02-06 13:22:00 -10:00