mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 21:52:19 +00:00
Build basic frontend
This commit is contained in:
parent
7c9c23ac92
commit
c12722ab5a
21 changed files with 38575 additions and 8 deletions
|
@ -5,9 +5,9 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
// Boot up DB connection for life of application
|
||||
goscrobble.InitDb()
|
||||
defer goscrobble.CloseDbConn()
|
||||
// // Boot up DB connection for life of application
|
||||
// goscrobble.InitDb()
|
||||
// defer goscrobble.CloseDbConn()
|
||||
|
||||
// Boot up API webserver \o/
|
||||
goscrobble.HandleRequests()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue