additional lint fixes

This commit is contained in:
nils måsén 2022-09-17 12:40:41 +02:00
parent 30785c8ca6
commit 57c42fd7bd
3 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,4 @@
// cmd contains the watchtower (sub-)commands
// Package cmd contains the watchtower (sub-)commands
package cmd
import (

View file

@ -62,7 +62,6 @@ docker run -d \
containrrr/watchtower
```
## Legacy notifications
For backwards compatibility, the notifications can also be configured using legacy notification options. These will automatically be converted to shoutrrr URLs when used.

View file

@ -1,4 +1,4 @@
// container package contains code related to dealing with docker containers
// Package container contains code related to dealing with docker containers
package container
import (