Compare commits

..

1 Commits

Author SHA1 Message Date
e4f265781d added base code 2024-08-17 10:27:36 +02:00
3 changed files with 1 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,2 +0,0 @@
config.yml
*.sql

View File

@@ -39,4 +39,5 @@ func main() {
fmt.Printf("Server shutdown error: %s", err)
os.Exit(1)
}
}