fix golint failures of pkg/util/parsers pkg/util/sysctl pkg/util/system

This commit is contained in:
SataQiu
2019-05-15 23:19:47 +08:00
parent b066e0d783
commit b36d8d431f
5 changed files with 42 additions and 21 deletions

View File

@@ -27,6 +27,7 @@ import (
)
const (
// DefaultImageTag is the default tag for docker image.
DefaultImageTag = "latest"
)