binctr/image/image.go

8 lines
186 B
Go
Raw Normal View History

package image
// NAME is the name of the image that is embedded at compile time.
var NAME string
// SHA is the sha digest of the image that is embedded at compile time.
var SHA string