mirror of
https://github.com/go-gitea/gitea
synced 2024-10-30 18:59:12 +01:00
11 lines
146 B
Go
11 lines
146 B
Go
// +build !pprof
|
|
|
|
package debug
|
|
|
|
import (
|
|
"github.com/go-martini/martini"
|
|
)
|
|
|
|
func RegisterRoutes(r martini.Router) {
|
|
// do nothing
|
|
}
|