Change package name to make go install work.

This commit is contained in:
2024-09-11 11:30:48 +02:00
parent eb0141f3bc
commit 7d9d5e3a58
6 changed files with 15 additions and 10 deletions

View File

@ -2,13 +2,14 @@ package helpers
import (
"bufio"
"hoster/internals/types"
"io/fs"
"os"
"regexp"
"strconv"
"strings"
"gitea.codeblob.work/pk/hoster/internals/types"
"github.com/gookit/goutil/fsutil"
)