Initial commit

This commit is contained in:
Senad Uka
2023-03-02 07:24:12 +01:00
commit 10492ad1bc
50 changed files with 4086 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/saburly/reklame-agent/
go 1.14
require github.com/gorilla/websocket v1.5.0