mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 08:10:08 +00:00
Knut Ahlers
c63793be2d
and fix some newly appearing linter errors Signed-off-by: Knut Ahlers <knut@ahlers.me>
7 lines
90 B
Go
7 lines
90 B
Go
package main
|
|
|
|
import (
|
|
"github.com/Luzifer/go_helpers/v2/cli"
|
|
)
|
|
|
|
var cliTool = cli.New()
|