Updated module path
This commit is contained in:
parent
06c662589e
commit
1f0db51a95
211 changed files with 506 additions and 506 deletions
|
@ -1,6 +1,6 @@
|
|||
package fs
|
||||
|
||||
import "git.akyoto.dev/cli/q/src/token"
|
||||
import "git.urbach.dev/cli/q/src/token"
|
||||
|
||||
// File represents a single source file.
|
||||
type File struct {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package fs
|
||||
|
||||
import "git.akyoto.dev/cli/q/src/token"
|
||||
import "git.urbach.dev/cli/q/src/token"
|
||||
|
||||
// Import represents an import statement in a file.
|
||||
type Import struct {
|
||||
|
|
|
@ -3,8 +3,8 @@ package fs_test
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/cli/q/src/fs"
|
||||
"git.akyoto.dev/go/assert"
|
||||
"git.urbach.dev/cli/q/src/fs"
|
||||
"git.urbach.dev/go/assert"
|
||||
)
|
||||
|
||||
func TestWalk(t *testing.T) {
|
||||
|
|
|
@ -4,8 +4,8 @@ import (
|
|||
"os"
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/cli/q/src/fs"
|
||||
"git.akyoto.dev/go/assert"
|
||||
"git.urbach.dev/cli/q/src/fs"
|
||||
"git.urbach.dev/go/assert"
|
||||
)
|
||||
|
||||
func BenchmarkReadDir(b *testing.B) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue