goweb/service/build/info.go

8 lines
105 B
Go

package build
type Info struct {
ProjectVersion string
GitRef string
BuildDate string
}