twitch-bot/cli.go
Knut Ahlers c63793be2d
Lint: Update linter config
and fix some newly appearing linter errors

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-06-09 13:01:32 +02:00

8 lines
90 B
Go

package main
import (
"github.com/Luzifer/go_helpers/v2/cli"
)
var cliTool = cli.New()