Skip to content

Commit 0ff819b

Browse files
committed
Updated src.
1 parent 00b14e5 commit 0ff819b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github.com/l4go/task v0.0.0-20220120091252-00b14e58ff7b h1:xDgDdoOzXrOz7hof+6i3UAQ/k7uX3BCT2UWWSPBpeY4=
2+
github.com/l4go/task v0.0.0-20220120091252-00b14e58ff7b/go.mod h1:Y+HtqqbG8xHIirohEByVHb+RNbhKJqCuwGEvFtb/m0E=
3+
github.com/l4go/timer v0.0.0-20220120095019-e6646286833b h1:I2BR+h1YYcQgivla2BkupS8uAYwCfQb4HEUrC6D8G14=
4+
github.com/l4go/timer v0.0.0-20220120095019-e6646286833b/go.mod h1:Uk5w/ITwWaKzi8M6+1VG0nUvYCLMtIOSJuiALCbMzXI=

0 commit comments

Comments
 (0)