added template, fixed typos, added interval querying

This commit is contained in:
Philipp 2021-09-20 17:31:41 +02:00
parent 7e62f366e7
commit ae0b2b2890
10 changed files with 191 additions and 69 deletions

12
go.mod Normal file
View file

@ -0,0 +1,12 @@
module git.snrd.de/Spaenny/steamServer
go 1.17
require (
git.snrd.de/Spaenny/steamserver v0.0.0-20210920125724-7e62f366e7e0
github.com/go-chi/chi v1.5.4
github.com/google/uuid v1.3.0
github.com/jmoiron/sqlx v1.3.4
github.com/lib/pq v1.10.3
github.com/robfig/cron/v3 v3.0.1
)