We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b14e5 commit 0ff819bCopy full SHA for 0ff819b
go.mod
@@ -0,0 +1,8 @@
1
+module github.com/l4go/mutex
2
+
3
+go 1.15
4
5
+require (
6
+ github.com/l4go/task v0.0.0-20220120091252-00b14e58ff7b
7
+ github.com/l4go/timer v0.0.0-20220120095019-e6646286833b
8
+)
go.sum
@@ -0,0 +1,4 @@
+github.com/l4go/task v0.0.0-20220120091252-00b14e58ff7b h1:xDgDdoOzXrOz7hof+6i3UAQ/k7uX3BCT2UWWSPBpeY4=
+github.com/l4go/task v0.0.0-20220120091252-00b14e58ff7b/go.mod h1:Y+HtqqbG8xHIirohEByVHb+RNbhKJqCuwGEvFtb/m0E=
+github.com/l4go/timer v0.0.0-20220120095019-e6646286833b h1:I2BR+h1YYcQgivla2BkupS8uAYwCfQb4HEUrC6D8G14=
+github.com/l4go/timer v0.0.0-20220120095019-e6646286833b/go.mod h1:Uk5w/ITwWaKzi8M6+1VG0nUvYCLMtIOSJuiALCbMzXI=
0 commit comments