This commit is contained in:
2023-03-29 16:13:06 +11:00
parent 6bd42f49b9
commit 1654ff87ed

View File

@@ -88,6 +88,7 @@ func ConnectDatabase() {
}
func DisconnectDatabase() {
fmt.Printf("DisconnectDatabase called")
defer db.Close()
}