From 251a6c4ac8d729cff550c374516f731b7d08045e Mon Sep 17 00:00:00 2001 From: Azeem Shaikh Date: Sun, 1 Aug 2021 07:59:30 -0700 Subject: [PATCH] Linter fix (#795) Co-authored-by: Azeem Shaikh --- cron/worker/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cron/worker/main.go b/cron/worker/main.go index 1d897268..26406418 100644 --- a/cron/worker/main.go +++ b/cron/worker/main.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Package main implements cron worker job. package main import (