info

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Version of the bot. It correspond to the associated git tag
	Version = "0.1.0"
	// UTC date of the build run
	BuildDate string
	// Git commit reference of the build
	GitCommit string
	// License name is static
	LicenseName = "GNU General Public License v3.0"
	// License url is static
	LicenseURL = "https://www.gnu.org/licenses/gpl-3.0-standalone.html"
	// Short description
	About = "" /* 153-byte string literal not displayed */
	// Url of the documentation
	URL = "https://kadok.pedestres.fr"
	// git contributors
	Contributors = "kadok_team"
)

Variables set at compilation time. Used to provide general information about the bot

Functions

This section is empty.

Types

type Info

type Info struct {
	About        string
	LicenseName  string
	LicenseURL   string
	Version      string
	GitCommit    string
	BuildDate    string
	GoVersion    string
	URL          string
	Contributors string
}

func GetInfo

func GetInfo() Info

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL