Add user table + funcs

This commit is contained in:
Daniel Mason 2021-03-24 22:28:05 +13:00
parent c6ef84cd5a
commit 671254223a
12 changed files with 172 additions and 571 deletions

View file

@ -6,8 +6,8 @@ import (
func main() {
// // Boot up DB connection for life of application
// goscrobble.InitDb()
// defer goscrobble.CloseDbConn()
goscrobble.InitDb()
defer goscrobble.CloseDbConn()
// Boot up API webserver \o/
goscrobble.HandleRequests()