version

package
v1.1.0 Latest Latest
Warning

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

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

Documentation

Overview

Package version exposes build-time version information for the nelmwave binary.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Version is the semantic version of the binary.
	Version = "dev"
	// Commit is the git commit the binary was built from.
	Commit = "none"
	// Date is the build date. When not set via -ldflags it falls back to today.
	Date = "unknown"
)

These variables are overridden at build time via -ldflags, e.g.:

go build -ldflags "-X github.com/helmwave/nelmwave/internal/version.Version=v0.1.0"

Functions

func String

func String() string

String returns a human-readable version line.

Types

This section is empty.

Jump to

Keyboard shortcuts

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