Initial hello world

This commit is contained in:
2024-10-27 17:54:12 +01:00
commit ddebbad1c8
12 changed files with 16057 additions and 0 deletions

6
go.mod Normal file
View File

@@ -0,0 +1,6 @@
module risklet
go 1.23.2
require github.com/mattn/go-sqlite3 v1.14.24
require github.com/gin-gonic/gin v1.10.0