version

package
v0.1.0-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package version holds the build-time identity of the codefit binary. The values are overridden at build time via -ldflags (see the Makefile and .goreleaser.yaml); the defaults apply to plain `go build`/`go run`.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Version is the semantic version (e.g. "v0.1.0").
	Version = "0.1.0-dev"
	// Commit is the short git commit the binary was built from.
	Commit = "none"
	// BuildDate is the RFC3339 build timestamp.
	BuildDate = "unknown"
)

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