1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 20:41:57 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-04-18 10:52:47 +03:00
parent e98c21d1c5
commit 1e5cbf9e24
3 changed files with 7 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ func init() {
}
if setting.Key == "vcs.time" {
BuildTime = setting.Key
BuildTime = setting.Value
}
}
}