From 339bdd1c85d21dfa0341272d75f316d9a11a5c18 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sun, 23 Aug 2020 12:09:38 +0200 Subject: [PATCH] End comment with period --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 481f233..3c83412 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ var ( self *mastodon.Account configFile string - // RootCmd is the core command used for cli-arg parsing + // RootCmd is the core command used for cli-arg parsing. RootCmd = &cobra.Command{ Use: "mastotool", Short: "mastotool offers a collection of tools to work with your Mastodon account",