Updated module path

This commit is contained in:
Eduard Urbach 2025-02-25 16:38:39 +01:00
parent f11c90da34
commit 7ba55e445e
Signed by: eduard
GPG key ID: 49226B848C78F6C8
5 changed files with 12 additions and 12 deletions

View file

@ -4,9 +4,9 @@ import (
"strings"
"testing"
"git.akyoto.dev/go/assert"
"git.akyoto.dev/go/router"
"git.akyoto.dev/go/router/testdata"
"git.urbach.dev/go/assert"
"git.urbach.dev/go/router"
"git.urbach.dev/go/router/testdata"
)
func TestHello(t *testing.T) {