Update comments

This commit is contained in:
Tobie Morgan Hitchcock 2017-11-16 20:50:57 +00:00
parent 1ee95333fb
commit aeb362e541

View file

@ -41,7 +41,7 @@ func Setup(opts *cnf.Options) (err error) {
s.Use(mw.Uniq()) // Add uniq id
s.Use(mw.Fail()) // Catch panics
s.Use(mw.Logs()) // Log requests
s.Use(mw.Sock()) // Log requests
s.Use(mw.Sock()) // Setup sockets
// Add trace information