Fix lint error - 9.1.0 (#187)

* Fix lint error

* Remove incorrect import
This commit is contained in:
Stephen Marshall
2018-08-13 12:33:33 +01:00
committed by Arthur Barr
parent 741ed9451f
commit 4ca342251d

View File

@@ -23,9 +23,12 @@ import (
)
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"
ImageSource = "Not specified"
// ImageSource is the URL to get source code for building the image
ImageSource = "Not specified"
)
func logDateStamp() {