Add 'pprof' tag for enabling debugging
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// +build !pprof
|
||||
|
||||
package debug
|
||||
|
||||
import (
|
||||
"github.com/go-martini/martini"
|
||||
)
|
||||
|
||||
func RegisterRoutes(r martini.Router) {
|
||||
// do nothing
|
||||
}
|
||||
Reference in New Issue
Block a user