Update comments

This commit is contained in:
Tobie Morgan Hitchcock 2016-02-27 10:20:26 +00:00
parent fc543e422c
commit 19c277661b

View file

@ -24,7 +24,7 @@ import (
"github.com/labstack/echo/middleware"
)
// Setup sets up the server for rest and websockets
// Setup sets up the server for remote connections
func Setup(ctx cnf.Context) (e error) {
var wg sync.WaitGroup