Compare commits

..

3 Commits

Author SHA1 Message Date
d5ff9e825f renamed config to .example 2024-08-17 14:30:05 +02:00
461011e84a added gitignore 2024-08-17 14:28:25 +02:00
f5faf61006 added base code 2024-08-17 14:20:03 +02:00
3 changed files with 2 additions and 1 deletions

2
.gitignore vendored Normal file
View File

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

View File

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