Fix lint error - 9.1.0 (#187)
* Fix lint error * Remove incorrect import
This commit is contained in:
committed by
Arthur Barr
parent
741ed9451f
commit
4ca342251d
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user