package
Version:
v0.17.2
Opens a new window with list of versions in this module.
Published: Aug 7, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 9
Opens a new window with list of known importers.
Documentation
¶
Version is the current version of the buffalo binary
SetBuild allows the setting of build information only once.
This is typically managed by the binary built by `buffalo build`.
type BuildInfo struct {
Version string `json:"version"`
Time time.Time `json:"-"`
}
BuildInfo holds information about the build
Build returns the information about the current build
of the application. In development mode this will almost
always run zero values for BuildInfo.
String implements fmt.String
Source Files
¶
Click to show internal directories.
Click to hide internal directories.