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

@ -3,8 +3,8 @@ package router_test
import (
"testing"
"git.akyoto.dev/go/router"
"git.akyoto.dev/go/router/testdata"
"git.urbach.dev/go/router"
"git.urbach.dev/go/router/testdata"
)
func BenchmarkBlog(b *testing.B) {