Fix lint error

This commit is contained in:
Stephen Marshall
2018-08-13 11:22:05 +01:00
committed by Arthur Barr
parent 3f07b1e77f
commit fc19776c04

View File

@@ -23,9 +23,12 @@ import (
) )
var ( var (
ImageCreated = "Not specified" // ImageCreated is the date the image was built
ImageCreated = "Not specified"
// ImageRevision is the source control revision identifier
ImageRevision = "Not specified" ImageRevision = "Not specified"
ImageSource = "Not specified" // ImageSource is the URL to get source code for building the image
ImageSource = "Not specified"
) )
func logDateStamp() { func logDateStamp() {