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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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