Create go.mod

This commit is contained in:
naoufal zerai
2020-12-15 17:13:05 +01:00
committed by GitHub
parent 0e66713e8a
commit 45e0ecb4b4

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/naoufalzerai/simple-chat
go 1.15
require github.com/go-redis/redis/v8 v8.4.2