package common
type ProgramInfoStruct struct {
Name string
Fullname string
Version string
Git string
BuildDate string
ProjectURL string
}
var ProgramInfo = ProgramInfoStruct{"GSSP",
"Go Google Site Proxy",
"0.0.1-SNAPSHOT",
"undefined",
"undefined",
"https://ggsp.fever.ch"}