Second Import

This commit is contained in:
claudemiro
2015-01-12 21:15:36 -03:00
parent ff2fcf3c54
commit e2412827cf
21 changed files with 920 additions and 322 deletions
+2 -7
View File
@@ -6,10 +6,9 @@ package main
import (
"fmt"
"github.com/gorilla/handlers"
"github.com/gorilla/mux"
"net/http"
"os"
"github.com/gorilla/mux"
)
// Check if the application is disabled
@@ -33,7 +32,3 @@ func RestCheckAppDisabledHandler(h http.Handler) http.Handler {
h.ServeHTTP(w, r)
})
}
func LogHandler(h http.Handler) http.Handler {
return handlers.CombinedLoggingHandler(os.Stdout, h)
}