buildinfo

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package buildinfo carries the compiled-in build metadata shared by the guard CLI/service and the status window. Version is overwritten at build time via

-ldflags "-X github.com/codepurse/extension-guard/internal/buildinfo.Version=<v>"

(see build.ps1, which reads the repo-root VERSION file). A plain `go build` leaves the "dev" sentinel, which the updater treats as older than every real release and never auto-applies over.

Index

Constants

This section is empty.

Variables

View Source
var Version = "dev"

Version is the semantic version of this build (e.g. "1.2.0"), or "dev" for an un-stamped local build.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL