Run gofmt/goimports to fix whitespace alignment in struct literals, field declarations, and import ordering.
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.