package web var ( Version = "dev" Commit = "" ) func SetVersionInfo(v, c string) { Version = v Commit = c }