Skip to content

Commit 02077ab

Browse files
committed
chore: init go project and add assert library.
1 parent 7180c3e commit 02077ab

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

go.mod

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/ghosind/go-assert v0.2.1 h1:r5PAkdqHQA8V+CDSiuNW0jghHeTLFY+qRpeF4mkwbYE=
2+
github.com/ghosind/go-assert v0.2.1/go.mod h1:PDempWEq6fOdEuqpqTuHh3HC0lCFx+ppaMHiPQbGCas=

0 commit comments

Comments
 (0)