Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CodeGenMajor is the major version of the generated code. CodeGenMajor = 0 // CodeGenMinor is the minor version of the generated code. CodeGenMinor = 1 )
Variables ¶
View Source
var CodeGenSemVersion = SemVer{Major: CodeGenMajor, Minor: CodeGenMinor, Patch: codeGenPatch}
CodeGenSemVersion is the version of the generated code.
Functions ¶
func SelfVersion ¶
func SelfVersion() string
SelfVersion returns the version of the running tool binary.
Types ¶
Click to show internal directories.
Click to hide internal directories.