diff options
Diffstat (limited to 'slice_test.go')
| -rw-r--r-- | slice_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slice_test.go b/slice_test.go index 14fcd10..bdb6267 100644 --- a/slice_test.go +++ b/slice_test.go @@ -3,7 +3,7 @@ package share_test import ( "testing" - "git.samanthony.xyz/share" + "github.com/sam-rba/share" ) func TestConstSlice(t *testing.T) { |