From e08afb17294a2460aeed159d3714b9916b116706 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sun, 10 Jun 2018 22:10:39 +0200 Subject: Change canonical import path --- librsync/helpers_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'librsync/helpers_test.go') 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" ) -- cgit v1.2.3-54-g00ecf