meta

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Version     string
	BuildNumber string
	DevBuild    = func() bool {
		b, _ := strconv.ParseBool(DevBuildStr)
		return b
	}()
	Release = func() bool {
		b, _ := strconv.ParseBool(ReleaseStr)
		return b
	}()
)
View Source
var (
	DevBuildStr string
	ReleaseStr  string
)

These variables represent a Boolean value that will be assigned when compiling

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