From 47a19e070f57d92aadf52c62361da6ab5397bd4c Mon Sep 17 00:00:00 2001 From: chenshijun <chenshijun@aiotlink.com> Date: 星期四, 04 六月 2020 16:13:59 +0800 Subject: [PATCH] 将git的shm库变成本地 --- shmqueue.go | 2 +- shmwrap.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shmqueue.go b/shmqueue.go index 227ee4a..33b61e5 100644 --- a/shmqueue.go +++ b/shmqueue.go @@ -3,7 +3,7 @@ import ( "context" "fmt" - "github.com/gen2brain/shm" + shm "basic.com/valib/goshm.git" "reflect" "runtime" "sync/atomic" diff --git a/shmwrap.go b/shmwrap.go index 418dc24..a6ae885 100644 --- a/shmwrap.go +++ b/shmwrap.go @@ -4,7 +4,7 @@ "context" "fmt" "time" - "github.com/gen2brain/shm" + shm "basic.com/valib/goshm.git" ) const sleepPeriod = time.Duration(5) * time.Millisecond -- Gitblit v1.8.0