Documentation
¶
Overview ¶
Package version provides build version information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the semantic version of the build. Version = "dev" // GitCommit is the git commit hash of the build. GitCommit = "unknown" // BuildTime is the time the build was created. BuildTime = "unknown" )
These variables are set at build time via ldflags.
Functions ¶
Types ¶
type Transport ¶ added in v0.5.0
type Transport struct {
Base http.RoundTripper
}
Transport wraps an http.RoundTripper to inject the panda User-Agent header.
Click to show internal directories.
Click to hide internal directories.