Documentation
¶
Overview ¶
Package pkg deals with versioning for goa.
Index ¶
Constants ¶
View Source
const (
// Major version number
Major = 2
// Minor version number
Minor = 0
// Build number
Build = 0
// Suffix - set to empty string in release tag commits.
Suffix = "wip"
)
Variables ¶
This section is empty.
Functions ¶
func Compatible ¶
func Compatible(v string) (bool, error)
Compatible returns true if Major matches the major version of the given version string. It returns an error if the given string is not a valid version string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.