Changed the structure of the whole application, should be no changes to functionality.
This commit is contained in:
13
cmd/backend/main.go
Normal file
13
cmd/backend/main.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"music-server/pkg/conf"
|
||||
)
|
||||
|
||||
func main() {
|
||||
conf.SetupDb()
|
||||
|
||||
conf.SetupRestServer()
|
||||
|
||||
conf.CloseDb()
|
||||
}
|
||||
Reference in New Issue
Block a user