🚚 Move namespace
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
"github.com/spf13/viper"
|
||||
|
||||
"code.smartsheep.studio/goatworks/roadsign/pkg/navi"
|
||||
"git.solsynth.dev/goatworks/roadsign/pkg/navi"
|
||||
"github.com/gofiber/fiber/v2"
|
||||
"github.com/samber/lo"
|
||||
)
|
||||
|
@@ -1,8 +1,8 @@
|
||||
package hypertext
|
||||
|
||||
import (
|
||||
"code.smartsheep.studio/goatworks/roadsign/pkg/hypertext/status"
|
||||
"crypto/tls"
|
||||
"git.solsynth.dev/goatworks/roadsign/pkg/hypertext/status"
|
||||
jsoniter "github.com/json-iterator/go"
|
||||
"net"
|
||||
"net/http"
|
||||
|
@@ -1,9 +1,9 @@
|
||||
package status
|
||||
|
||||
import (
|
||||
roadsign "code.smartsheep.studio/goatworks/roadsign/pkg"
|
||||
"errors"
|
||||
"fmt"
|
||||
roadsign "git.solsynth.dev/goatworks/roadsign/pkg"
|
||||
"github.com/gofiber/fiber/v2"
|
||||
"github.com/spf13/viper"
|
||||
)
|
||||
|
Reference in New Issue
Block a user