1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00

server init moved to new logger

This commit is contained in:
Harvey Kandola 2017-07-21 14:53:32 +01:00
parent 1f713c11b6
commit 76d77bef9b
3 changed files with 18 additions and 33 deletions

View file

@ -65,5 +65,5 @@ func main() {
section.Register(rt)
ready := make(chan struct{}, 1) // channel signals router ready
endpoint.Serve(ready)
endpoint.Serve(rt, ready)
}