Initial commit

This commit is contained in:
adurantecredify
2020-03-24 15:49:58 -03:00
parent 8ab3413ad2
commit 7b9b533e58
5 changed files with 720 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module github.com/alitto/pond
go 1.14
require (
github.com/gammazero/workerpool v0.0.0-20200311205957-7b00833861c6
github.com/panjf2000/ants/v2 v2.3.1
github.com/stretchr/testify v1.5.1
)