mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 12:31:58 +00:00
modrevision:minor
This commit is contained in:
@@ -15,10 +15,11 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
// BuildRevision holds the vcs commit id information.
|
||||
// BuildRevision holds the vcs commit id information of the program's build.
|
||||
// To display the Iris' version please use the iris.Version constant instead.
|
||||
// Available at go version 1.18+
|
||||
BuildRevision = context.BuildRevision
|
||||
// BuildTime holds the vcs commit time information.
|
||||
// BuildTime holds the vcs commit time information of the program's build.
|
||||
// Available at go version 1.18+
|
||||
BuildTime = context.BuildTime
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user