Updated module path
This commit is contained in:
parent
f11c90da34
commit
7ba55e445e
5 changed files with 12 additions and 12 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue