vars

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2018 License: MIT Imports: 0 Imported by: 0

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.3.0"

	// DefaultProtocVersion is the default version of protoc from
	// github.com/protocolbuffers/protobuf to use.
	//
	// See https://github.com/protocolbuffers/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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL