1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-24 05:17:03 +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

@@ -46,10 +46,10 @@ import (
)
var (
// BuildRevision holds the vcs commit id information.
// BuildRevision holds the vcs commit id information of the program's build.
// Available at go version 1.18+
BuildRevision string
// 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 string
)