1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 12:31:58 +00:00

modrevision:minor

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-04-10 01:25:19 +03:00
parent 193de00426
commit 73dfabf412
5 changed files with 28 additions and 54 deletions

View File

@@ -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
)