version

package
v0.0.0-...-6eb2448 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package version has the version information about the application

Index

Constants

This section is empty.

Variables

View Source
var (
	//Default is the default version of the application
	Default = V1
)
View Source
var (
	//V1 is the version 1 of the application
	V1 = Version{1, 0, 0}
)

Functions

This section is empty.

Types

type Version

type Version struct {
	//Major is the major version version
	Major int
	//Minor is the minor version number
	Minor int
	//Patches is the bug fixes number
	Patches int
}

Version denotes the version

func (Version) String

func (v Version) String() string

String is the stringer implementation for Version

Jump to

Keyboard shortcuts

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