buildinfo

package
v0.0.0-...-fe3b528 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package buildinfo exposes main module’s build information.

Index

Constants

View Source
const Race = false

Variables

View Source
var Version = func() string {
	info, ok := debug.ReadBuildInfo()
	if !ok {
		return ""
	}
	return info.Main.Version
}()

Version is the version string of this build.

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