fix a panic and handle cleaning up after a panic

This commit is contained in:
2021-07-28 21:06:49 -04:00
parent c2d2fe25c0
commit 4f4758f7fe
3 changed files with 18 additions and 0 deletions

View File

@@ -6,4 +6,5 @@ type Config struct {
DBHost string
DBPort string
DBName string
Debug bool
}