type Info struct {
Version string// Semantic version from git tags (e.g., "v1.2.3") GitCommit string// Short git commit hash (e.g., "abc1234") BuildTime string// Build timestamp in RFC3339 format}
Info contains build-time version information injected via ldflags.