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库变成本地

---
 shmwrap.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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