app

package
v1.15.1 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2016 License: BSD-1-Clause Imports: 2 Imported by: 0

Documentation

Overview

Package app defines some utility code which may be shared between packages.

Index

Constants

View Source
const (
	Name         = "autimaat"
	VersionMajor = 1
	VersionMinor = 15
)

Application name and version constants.

Variables

View Source
var VersionRevision string

VersionRevision defines the application build number. This needs to be a string, as it is defined externally through a command line option:

go install -ldflags "-X github.com/monkeybird/autimaat/app.VersionRevision=`date -u +%s`"

Note that the entire import path must be specified for this to work.

Functions

func Version

func Version() string

Version returns the application version as a string.

Types

This section is empty.

Directories

Path Synopsis
Package logger defines facilities to write bot data to log files, along with code which cycles log cycles and purges log files when needed.
Package logger defines facilities to write bot data to log files, along with code which cycles log cycles and purges log files when needed.
Package proc provides process forking and initialization functionality for one or more IRC clients.
Package proc provides process forking and initialization functionality for one or more IRC clients.
Package util defines a few commonly used utility functions.
Package util defines a few commonly used utility functions.

Jump to

Keyboard shortcuts

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