🚚 Move namespace

This commit is contained in:
2024-09-29 23:03:11 +08:00
parent e158cb8819
commit 232ded4cd4
21 changed files with 35 additions and 35 deletions

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"strings"
roadsign "code.smartsheep.studio/goatworks/roadsign/pkg"
roadsign "git.solsynth.dev/goatworks/roadsign/pkg"
"github.com/gofiber/fiber/v2"
"github.com/rs/zerolog/log"
)