initial commit

This commit is contained in:
2023-06-28 13:56:39 +03:00
commit 1bbbda5385
8 changed files with 552 additions and 0 deletions

9
go.mod Normal file
View File

@ -0,0 +1,9 @@
module git.sati.ac/sati.ac/sati-go
go 1.20
require (
github.com/gorilla/websocket v1.5.0
github.com/mitchellh/mapstructure v1.5.0
github.com/shopspring/decimal v1.3.1
)