Updated module path
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package types
|
||||
|
||||
import "git.akyoto.dev/cli/q/src/token"
|
||||
import "git.urbach.dev/cli/q/src/token"
|
||||
|
||||
// Field is a memory region in a data structure.
|
||||
type Field struct {
|
||||
|
@ -3,8 +3,8 @@ package types_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/cli/q/src/types"
|
||||
"git.akyoto.dev/go/assert"
|
||||
"git.urbach.dev/cli/q/src/types"
|
||||
"git.urbach.dev/go/assert"
|
||||
)
|
||||
|
||||
func TestName(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user