fix: remove linting issues

This commit is contained in:
Simon Aronsson 2019-07-22 12:10:57 +02:00
parent 6c507433e8
commit e4e1127f8e
7 changed files with 24 additions and 19 deletions

View file

@ -1,17 +1,10 @@
package main // import "github.com/containrrr/watchtower"
package main
import (
"github.com/containrrr/watchtower/cmd"
log "github.com/sirupsen/logrus"
)
// DockerAPIMinVersion is the version of the docker API, which is minimally required by
// watchtower. Currently we require at least API 1.24 and therefore Docker 1.12 or later.
var version = "master"
var commit = "unknown"
var date = "unknown"
func init() {
log.SetLevel(log.InfoLevel)
}