version

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package version carries the build identity of every Podium binary. Version and Commit are overwritten at link time by the Makefile / GoReleaser.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Version is the release version, or "dev" for an unstamped build.
	Version = "dev"
	// Commit is the short git commit, or "none" for an unstamped build.
	Commit = "none"
)

Functions

func String

func String() string

String renders the build identity as "<version> (<commit>)".

Types

This section is empty.

Jump to

Keyboard shortcuts

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