github.com/goadesign/goa/version


version

import "github.com/goadesign/goa/version"

Overview

Index

Package files

version.go

Constants

const (
    // Major version number
    Major = 1
    // Minor version number
    Minor = 3
    // 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. It returns an error if the given string is not a valid version string.

func String

func String() string

String returns the complete version number.


Generated by godoc2md