buildinfo

package
v0.0.0-...-1834baf Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2018 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package buildinfo provides exported string variables for various versioning-related information. It is intended that the values of these variables are set at build-time by via the ldflags -X argument to the go build command.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Version is the version of the Soapbox release, including
	// API and clients.
	Version = ""

	// GitCommit is the short SHA-1 of the current HEAD from which
	// the binary is compiled.
	GitCommit = ""

	// BuildTime is a timestamp of the compilation.
	BuildTime = ""
)

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