mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
pointers to Runtime!
This commit is contained in:
parent
792c3e2ce8
commit
27640dffc4
15 changed files with 315 additions and 82 deletions
|
@ -65,5 +65,5 @@ func main() {
|
|||
section.Register(rt)
|
||||
|
||||
ready := make(chan struct{}, 1) // channel signals router ready
|
||||
server.Start(rt, ready)
|
||||
server.Start(&rt, ready)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue