params

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2020 License: LGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	VersionMajor = 1 // Major version component of the current release
	VersionMinor = 2 // Minor version component of the current release
	VersionPatch = 2 // Patch version component of the current release
)

Variables

View Source
var Version = func() string {
	return fmt.Sprintf("%d.%d.%d", VersionMajor, VersionMinor, VersionPatch)
}()
View Source
var VersionUint = func() uint32 {
	return VersionMajor*1000000 + VersionMinor*1000 + VersionPatch
}

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