mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 21:52:19 +00:00
Add user table + funcs
This commit is contained in:
parent
c6ef84cd5a
commit
671254223a
12 changed files with 172 additions and 571 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue