fix: change references github.com -> git.nas-technologies.com

This commit is contained in:
2026-03-15 18:25:08 +01:00
parent 581d1c5173
commit ede282071b
8 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ import (
"syscall"
"time"
Type "github.com/lbatuska/goutils/type"
Type "git.nas-technologies.com/lbatuska/goutils/type"
)
func (rg *RouteGroup) StartServer(addr string, config Type.Optional[ServerConfig]) *http.Server {

View File

@@ -8,8 +8,8 @@ import (
"testing"
"time"
Testing "github.com/lbatuska/goutils/testing"
Type "github.com/lbatuska/goutils/type"
Testing "git.nas-technologies.com/lbatuska/goutils/testing"
Type "git.nas-technologies.com/lbatuska/goutils/type"
)
func setupServer(wg *sync.WaitGroup) {