From d321f8ffe739652224bec74fe0a3813f144e8037 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 7 Sep 2023 22:33:21 +0300 Subject: [PATCH] chore: comply with revive linter See: https://github.com/golang/go/wiki/CodeReviewComments#package-comments --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 2fa43f6..255ce0d 100644 --- a/main.go +++ b/main.go @@ -1,3 +1,4 @@ +// entrypoint for the program package main import (