summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaas Lalani <maas@lalani.dev>2023-11-29 11:38:27 -0500
committerMaas Lalani <maas@lalani.dev>2023-11-29 11:38:27 -0500
commit32c9d206924073629986b6d1571475957c97333f (patch)
tree21cfc01b40e5a677927593b3110f913cd32b818e
parent76582446ec4d3a415dcccf04e7ef45bb2697598b (diff)
fix(lint): groupName is unused
-rw-r--r--style/options.go4
1 files changed, 0 insertions, 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"`