8 lines
186 B
Go
8 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
|