mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
fix: remove linting issues
This commit is contained in:
parent
6c507433e8
commit
e4e1127f8e
7 changed files with 24 additions and 19 deletions
9
main.go
9
main.go
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue