From 32c9d206924073629986b6d1571475957c97333f Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Wed, 29 Nov 2023 11:38:27 -0500 Subject: [PATCH] fix(lint): groupName is unused --- style/options.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/style/options.go b/style/options.go index 233e98e..0b250c2 100644 --- a/style/options.go +++ b/style/options.go @@ -1,9 +1,5 @@ package style -const ( - groupName = "Style Flags" -) - // Options is the customization options for the style command. type Options struct { Text []string `arg:"" optional:"" help:"Text to which to apply the style"`