diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-11-21 17:24:22 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-11-21 17:24:22 -0500 |
| commit | a26dcba10a0d02a2e74784d87d93f5f5e53c5c24 (patch) | |
| tree | c913ffbc90babad2b859c60566bb221d79e6c773 /val_test.go | |
| parent | 2b2eefb7f84cf115c3fabe76c6f3161947cb6371 (diff) | |
| download | share-a26dcba10a0d02a2e74784d87d93f5f5e53c5c24.zip | |
update module namev0.2.1
Diffstat (limited to 'val_test.go')
| -rw-r--r-- | val_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |