8 lines
105 B
Go
8 lines
105 B
Go
package build
|
|
|
|
type Info struct {
|
|
ProjectVersion string
|
|
GitRef string
|
|
BuildDate string
|
|
}
|