package app import ( "runtime" ) var ( AppVersion string = "N/a" RuntimeVersion string = runtime.Version() )