feat: Project Started 🎉
All checks were successful
CI / build (push) Successful in 2m59s

This commit is contained in:
2024-08-30 12:21:09 +12:00
parent 0cd89c0707
commit 2f43e96904
20 changed files with 77 additions and 50 deletions

View File

@@ -3,7 +3,7 @@ package where
import (
"strings"
"hub.cybercinch.nz/guisea/go-template/internal/app"
"hub.cybercinch.nz/guisea/gosqldump/internal/app"
)
// EnvConfigPath is the environment variable name for the config path

View File

@@ -2,7 +2,7 @@ package where
import (
"github.com/samber/lo"
"hub.cybercinch.nz/guisea/go-template/internal/filesystem"
"hub.cybercinch.nz/guisea/gosqldump/internal/filesystem"
"os"
)

View File

@@ -5,7 +5,7 @@ import (
"path/filepath"
"runtime"
"hub.cybercinch.nz/guisea/go-template/internal/app"
"hub.cybercinch.nz/guisea/gosqldump/internal/app"
)
func home() string {