binctr/image/image.go
Jess Frazelle 0186c7808b cleanup
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-03-19 22:21:14 -04:00

7 lines
186 B
Go

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