aboutsummaryrefslogtreecommitdiff
path: root/server/main.go
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-05-01 08:22:47 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-05-01 08:22:47 +0530
commit0fa16426f56120c4eb18bc18c202703c460daed8 (patch)
tree8d3479316a31c3ca6fe689d0d8f79f0b7d99154a /server/main.go
parentaf6f3e5955f50699aea2868cea9400c50aee5bfd (diff)
divided package database into multiple files for ease
Diffstat (limited to 'server/main.go')
-rw-r--r--server/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/main.go b/server/main.go
index c75a5de..2d1e60d 100644
--- a/server/main.go
+++ b/server/main.go
@@ -21,6 +21,7 @@ import (
)
func main() {
+ db.StartDB()
myRouter := gin.New()
myRouter.Use(gin.Logger())