1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-04-10 01:11:11 +03:00
parent b0ccd579af
commit 193de00426
3 changed files with 27 additions and 19 deletions

View File

@@ -16,8 +16,10 @@ import (
var (
// BuildRevision holds the vcs commit id information.
// Available at go version 1.18+
BuildRevision = context.BuildRevision
// BuildTime holds the vcs commit time information.
// Available at go version 1.18+
BuildTime = context.BuildTime
)