From 316d3cff3191e812f03d7c571f891c757ae7dc8a Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 7 Nov 2012 17:52:09 +0100 Subject: [PATCH] camlistored: style fix --- server/camlistored/camlistored.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/camlistored/camlistored.go b/server/camlistored/camlistored.go index fd2691850..a3b3b9139 100644 --- a/server/camlistored/camlistored.go +++ b/server/camlistored/camlistored.go @@ -366,6 +366,8 @@ func main() { } }() } + go ws.Serve() - handleSignals() + go handleSignals() + select{} }