Documentation ¶
Overview ¶
Package vars contains static variables used in Prototool.
Some variables are populated at build time using ldflags.
Index ¶
Constants ¶
View Source
const ( // Version is the current version. Version = "1.0.0-rc1" // DefaultProtocVersion is the default version of protoc from // github.com/google/protobuf to use. // // See https://github.com/google/protobuf/releases for the latest release. DefaultProtocVersion = "3.6.1" )
Variables ¶
View Source
var ( // GitCommit is the git commit used to build the binary. // // This is populated at build time using ldflags. GitCommit string // BuiltTimestamp is the time at which the binary was built. // // This is populated at build time using ldflags. BuiltTimestamp string )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.