summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-11-21 17:24:22 -0500
committerSam Anthony <sam@samanthony.xyz>2024-11-21 17:24:22 -0500
commita26dcba10a0d02a2e74784d87d93f5f5e53c5c24 (patch)
treec913ffbc90babad2b859c60566bb221d79e6c773
parent2b2eefb7f84cf115c3fabe76c6f3161947cb6371 (diff)
downloadshare-a26dcba10a0d02a2e74784d87d93f5f5e53c5c24.zip
update module namev0.2.1
-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.