Updated module path

This commit is contained in:
Eduard Urbach 2025-02-25 17:16:09 +01:00
parent 06c662589e
commit 1f0db51a95
Signed by: eduard
GPG key ID: 49226B848C78F6C8
211 changed files with 506 additions and 506 deletions

View file

@ -3,8 +3,8 @@ package token_test
import (
"testing"
"git.akyoto.dev/cli/q/src/token"
"git.akyoto.dev/go/assert"
"git.urbach.dev/cli/q/src/token"
"git.urbach.dev/go/assert"
)
func TestCount(t *testing.T) {

View file

@ -4,8 +4,8 @@ import (
"errors"
"testing"
"git.akyoto.dev/cli/q/src/token"
"git.akyoto.dev/go/assert"
"git.urbach.dev/cli/q/src/token"
"git.urbach.dev/go/assert"
)
func TestIndexKind(t *testing.T) {

View file

@ -3,8 +3,8 @@ package token_test
import (
"testing"
"git.akyoto.dev/cli/q/src/token"
"git.akyoto.dev/go/assert"
"git.urbach.dev/cli/q/src/token"
"git.urbach.dev/go/assert"
)
func TestTokenEnd(t *testing.T) {

View file

@ -3,8 +3,8 @@ package token_test
import (
"testing"
"git.akyoto.dev/cli/q/src/token"
"git.akyoto.dev/go/assert"
"git.urbach.dev/cli/q/src/token"
"git.urbach.dev/go/assert"
)
func TestFunction(t *testing.T) {

View file

@ -4,7 +4,7 @@ import (
"bytes"
"testing"
"git.akyoto.dev/cli/q/src/token"
"git.urbach.dev/cli/q/src/token"
)
func BenchmarkLines(b *testing.B) {