Fix lint issues

This commit is contained in:
9seconds
2026-02-11 11:54:47 +01:00
parent a4930a596a
commit 60b4b5ad8f
3 changed files with 3 additions and 8 deletions
-5
View File
@@ -9,16 +9,11 @@
package main
import (
"math/rand"
"time"
"github.com/9seconds/mtg/v2/internal/cli"
"github.com/alecthomas/kong"
)
func main() {
rand.Seed(time.Now().UTC().UnixNano())
cli := &cli.CLI{}
ctx := kong.Parse(cli, kong.Vars{
"version": getVersion(),