From 1d6c040dcb9a01648edc66d8c0006c8c9294a705 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期四, 22 四月 2021 18:28:30 +0800 Subject: [PATCH] add mutex timeout limit; use atomic as refcount. --- go.mod | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/go.mod b/go.mod index b7dcd0c..3593cda 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,5 @@ -module bhshmq +module basic.com/valib/bhshmq.git go 1.14 + +require github.com/gogo/protobuf v1.3.2 // indirect -- Gitblit v1.8.0