moving to codeberg

This commit is contained in:
2025-11-03 20:09:39 +01:00
parent bc717baa3f
commit 5ca8b6c1cf
31 changed files with 235 additions and 188 deletions

View File

@@ -27,7 +27,7 @@ import (
"strings"
"github.com/gookit/color"
"github.com/tlinden/tablizer/cfg"
"codeberg.org/scip/tablizer/cfg"
)
func findindex(s []int, e int) (int, bool) {