version

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package version holds the build-time version information injected via ldflags.

Index

Constants

This section is empty.

Variables

View Source
var Build = devVersion //nolint:gochecknoglobals // Build information is standard as a global

Build is set at build time via:

go build -ldflags "-X github.com/blackbirdworks/gopherstack/pkgs/version.Build=<tag>"

When built without ldflags (e.g. go run or local dev build) it defaults to "dev".

View Source
var ReadBuildInfo = debug.ReadBuildInfo //nolint:gochecknoglobals // Mutable for testing

ReadBuildInfo is the function used to get build info. Exported for tests.

Functions

func Get

func Get() string

Get returns the build version. It uses the ldflags injected version if available, falling back to debug.BuildInfo for standard go installations, and finally "dev".

Types

This section is empty.

Jump to

Keyboard shortcuts

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