version

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: May 17, 2026 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Package version contains build version information set via ldflags.

Index

Constants

This section is empty.

Variables

View Source
var (
	Version = "dev"
	Commit  = "unknown"
	GitTime = "unknown" // Git commit timestamp in ISO 8601 format (UTC)
)

Build information variables (set via ldflags during build). Example:

go build -ldflags "-X 'github.com/fclairamb/dbbat/internal/version.Version=1.2.3' \
                   -X 'github.com/fclairamb/dbbat/internal/version.Commit=$(git rev-parse --short HEAD)' \
                   -X 'github.com/fclairamb/dbbat/internal/version.GitTime=$(git log -1 --format=%cI)'"

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