diff options
Diffstat (limited to 'librsync/helpers_test.go')
-rw-r--r-- | librsync/helpers_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librsync/helpers_test.go b/librsync/helpers_test.go index 8faaf58..4a52b97 100644 --- a/librsync/helpers_test.go +++ b/librsync/helpers_test.go @@ -1,8 +1,8 @@ -package librsync +package librsync // import "code.laria.me/golibrsync/librsync" import ( "bytes" - "github.com/silvasur/golibrsync/librsync/testdata" + "code.laria.me/golibrsync/librsync/testdata" "testing" ) |