diff --git a/cmd/notify-upgrade.go b/cmd/notify-upgrade.go index 9974e6a..9991ee6 100644 --- a/cmd/notify-upgrade.go +++ b/cmd/notify-upgrade.go @@ -1,4 +1,4 @@ -// cmd contains the watchtower (sub-)commands +// Package cmd contains the watchtower (sub-)commands package cmd import ( diff --git a/docs/notifications.md b/docs/notifications.md index ede82d9..e82f6fb 100644 --- a/docs/notifications.md +++ b/docs/notifications.md @@ -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. diff --git a/pkg/container/container.go b/pkg/container/container.go index 00b55cf..0bbea16 100644 --- a/pkg/container/container.go +++ b/pkg/container/container.go @@ -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 (