version import "github.com/goadesign/goa/version"
Overview Index Overview Index Constants func Compatible(v string) (bool, error) func String() string Package files version.go
Constants const ( // Major version number Major = 1 // Minor version number Minor = 4 // Build version number Build = 1 ) func Compatible func Compatible(v string) (bool, error) Compatible returns true if Major matches the major version of the given version string.
↧