Documentation
¶
Overview ¶
Package version provides version information for Buffalo.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the current version of Buffalo. Version = "1.6.1" // GitCommit is the git commit hash. GitCommit = "unknown" // BuildDate is the date when the binary was built. BuildDate = "unknown" // GoVersion is the Go version used to build the binary. GoVersion = runtime.Version() // Platform is the OS/Arch combination. Platform = fmt.Sprintf("%s/%s", runtime.GOOS, runtime.GOARCH) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.