Browse Source

added DSN config

master
sp 5 years ago
parent
commit
1a72ab7237
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      main.go

+ 2
- 0
main.go View File

return return
} }


loan.SetDSN(config.DSN)

setupRootFileServer() setupRootFileServer()
//always the last one //always the last one
setupHTTPHandler() setupHTTPHandler()

Loading…
Cancel
Save