0186c7808b
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
7 lines
186 B
Go
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
|