version

package
v0.0.1-dev.12 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package version provides version information for the Rune platform.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Version is the current version of Rune.
	// This is set during build time via ldflags.
	Version = "dev"

	// BuildTime is the time when the binary was built.
	// This is set during build time via ldflags.
	BuildTime = "unknown"

	// Commit is the git commit SHA that the binary was built from.
	// This is set during build time via ldflags.
	Commit = "unknown"
)

Functions

func Info

func Info() string

Info returns version information as a formatted string.

func Map

func Map() map[string]string

Map returns version information as a map.

Types

This section is empty.

Jump to

Keyboard shortcuts

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