diff options
author | Determinant <[email protected]> | 2019-06-11 23:41:51 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-06-11 23:41:51 -0400 |
commit | 929a6d9370a0b92ef2b72eab4ecfe7ca7910be04 (patch) | |
tree | e99a6b6252f450f198bf472efb92acece5335fd2 /test_p2p_stress | |
parent | 40d830a4a3e225ea8819251c7c87a66eab0d46d0 (diff) |
change gopath to github
Diffstat (limited to 'test_p2p_stress')
-rw-r--r-- | test_p2p_stress/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_p2p_stress/main.go b/test_p2p_stress/main.go index ff7bd47..c958a95 100644 --- a/test_p2p_stress/main.go +++ b/test_p2p_stress/main.go @@ -24,7 +24,7 @@ package main import "C" import ( - "salticidae-go" + "github.com/Determinant/salticidae-go" "math/rand" "fmt" "sync" |