# Functions
BuildDate is a timestamp of the moment when the binary was built.
BuildDateString is BuildDate formatted as RFC3339.
BuildUser is the username of the user who performed the build.
GoVersion is the go version the build utilizes.
Print returns version and build information in a user friendly, formatted string.
Release is the semantic version of the current build.
Revision is the last git commit hash of the source repository at the moment the binary was built.
String returns the version and build information.