First Commit

This commit is contained in:
2021-05-27 21:14:56 +02:00
commit 94cc6f0557
6 changed files with 171 additions and 0 deletions

5
database/database.go Normal file
View File

@ -0,0 +1,5 @@
package database
func Init() {
}