Home Download Docs Code Community
import "perkeep/pkg/buildinfo"
Overview
Index

Overview ▾

Package buildinfo provides information about the current build.

Index

Variables
func DjpegStatus() string
func RegisterDjpegStatusFunc(fn func() string)
func Summary() string
func TestingLinked() bool

Package files

buildinfo.go

Variables

var GitInfo string

GitInfo is either the empty string (the default) or is set to the git hash of the most recent commit using the -X linker flag. For example, it's set like: $ go install --ldflags="-X perkeep.org/pkg/buildinfo.GitInfo "`./misc/gitversion` perkeep.org/server/perkeepd

var Version string

Version is a string like "0.10" or "1.0", if applicable.

func DjpegStatus

func DjpegStatus() string

DjpegStatus returns a plaintext (non-HTML) string describing the state of djpeg on the system.

func RegisterDjpegStatusFunc

func RegisterDjpegStatusFunc(fn func() string)

func Summary

func Summary() string

Summary returns the version and/or git version of this binary. If the linker flags were not provided, the return value is "unknown".

func TestingLinked

func TestingLinked() bool

TestingLinked reports whether the "testing" package is linked into the binary.

Website layout inspired by memcached.
Content by the authors.