Quantcast
Channel: goa - Design First.
Viewing all articles
Browse latest Browse all 200

Article 74

$
0
0
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.

Viewing all articles
Browse latest Browse all 200