summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queue_test.go2
-rw-r--r--slice_test.go2
-rw-r--r--val_test.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/queue_test.go b/queue_test.go
index 33666d8..9e7d397 100644
--- a/queue_test.go
+++ b/queue_test.go
@@ -3,7 +3,7 @@ package share_test
import (
"testing"
- "git.samanthony.xyz/share"
+ "github.com/sam-rba/share"
)
func TestQueue(t *testing.T) {
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) {
diff --git a/val_test.go b/val_test.go
index c1b7766..5c37d27 100644
--- a/val_test.go
+++ b/val_test.go
@@ -3,7 +3,7 @@ package share_test
import (
"testing"
- "git.samanthony.xyz/share"
+ "github.com/sam-rba/share"
)
// Set value in local goroutine, verify in remote goroutine.