mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-15 02:45:22 +00:00
12 lines
146 B
Go
12 lines
146 B
Go
|
// +build !pprof
|
||
|
|
||
|
package debug
|
||
|
|
||
|
import (
|
||
|
"github.com/go-martini/martini"
|
||
|
)
|
||
|
|
||
|
func RegisterRoutes(r martini.Router) {
|
||
|
// do nothing
|
||
|
}
|