Change module name to distribyted/distribyted (#36)
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
This commit is contained in:
parent
42f7e0ebd3
commit
0f513ef8b3
13 changed files with 23 additions and 23 deletions
2
fs/fs.go
2
fs/fs.go
|
@ -1,7 +1,7 @@
|
|||
package fs
|
||||
|
||||
import (
|
||||
"github.com/ajnavarro/distribyted/iio"
|
||||
"github.com/distribyted/distribyted/iio"
|
||||
)
|
||||
|
||||
type File interface {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package fs
|
||||
|
||||
import (
|
||||
"github.com/ajnavarro/distribyted/iio"
|
||||
"github.com/anacrolix/torrent"
|
||||
"github.com/distribyted/distribyted/iio"
|
||||
)
|
||||
|
||||
var _ Filesystem = &Torrent{}
|
||||
|
|
|
@ -4,7 +4,7 @@ import (
|
|||
"archive/zip"
|
||||
"os"
|
||||
|
||||
"github.com/ajnavarro/distribyted/iio"
|
||||
"github.com/distribyted/distribyted/iio"
|
||||
)
|
||||
|
||||
var _ Filesystem = &Zip{}
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"io"
|
||||
"testing"
|
||||
|
||||
"github.com/ajnavarro/distribyted/iio"
|
||||
"github.com/distribyted/distribyted/iio"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue