fix: add second template for fix bug with slice
All checks were successful
CI.yml / build (push) Successful in 1m47s

This commit is contained in:
d3m0k1d
2026-01-13 22:41:09 +03:00
parent c2e9154c87
commit b450b8764b
2 changed files with 9 additions and 2 deletions

View File

@@ -2,6 +2,9 @@ package main
import (
"fmt"
"os"
"time"
"github.com/d3m0k1d/BanForge/internal/blocker"
"github.com/d3m0k1d/BanForge/internal/config"
"github.com/d3m0k1d/BanForge/internal/judge"
@@ -9,8 +12,6 @@ import (
"github.com/d3m0k1d/BanForge/internal/parser"
"github.com/d3m0k1d/BanForge/internal/storage"
"github.com/spf13/cobra"
"os"
"time"
)
var rootCmd = &cobra.Command{