Added Go runtime version to the layout footer
This commit is contained in:
parent
1e87466ccb
commit
cefa79a8b8
@ -6,5 +6,5 @@ import (
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
AppVersion string = "N/a"
|
AppVersion string = "N/a"
|
||||||
RuntimeVersion string = runtime.Version
|
RuntimeVersion string = runtime.Version()
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user