Add debug output for HTTP error cases

This commit is contained in:
Zlatko Čalušić 2017-01-16 23:39:56 +01:00
parent 4d04351ac9
commit 2c90434911
2 changed files with 45 additions and 1 deletions

View file

@ -9,7 +9,6 @@ import (
"runtime/pprof"
"github.com/spf13/cobra"
"goji.io"
"goji.io/pat"
)