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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/go.mod b/go.mod index 0e9701b..3593cda 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module bhshmq +module basic.com/valib/bhshmq.git go 1.14 -- Gitblit v1.8.0