mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-20 03:33:39 +09:00
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