From 0baf000cb0eb831845fe6bb4e6820e99cf747339 Mon Sep 17 00:00:00 2001 From: Tushar Singla Date: Mon, 28 Aug 2023 17:44:35 -0700 Subject: [PATCH] add comment for clarity --- parselogical/parselogical.go | 1 + 1 file changed, 1 insertion(+) diff --git a/parselogical/parselogical.go b/parselogical/parselogical.go index 0ea29ee..1a69dc5 100644 --- a/parselogical/parselogical.go +++ b/parselogical/parselogical.go @@ -112,6 +112,7 @@ func (pr *ParseResult) parse(preludeOnly bool) error { switch message[0:5] { case "BEGIN": fallthrough + // we are only fetching the first 5 characters so this "misspelling" is intended case "COMMI": fields := strings.Fields(message)