We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7180c3e commit 02077abCopy full SHA for 02077ab
go.mod
@@ -0,0 +1,5 @@
1
+module github.com/ghosind/go-async
2
+
3
+go 1.21.2
4
5
+require github.com/ghosind/go-assert v0.2.1
go.sum
@@ -0,0 +1,2 @@
+github.com/ghosind/go-assert v0.2.1 h1:r5PAkdqHQA8V+CDSiuNW0jghHeTLFY+qRpeF4mkwbYE=
+github.com/ghosind/go-assert v0.2.1/go.mod h1:PDempWEq6fOdEuqpqTuHh3HC0lCFx+ppaMHiPQbGCas=
0 commit comments