mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 20:31:18 +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
|
|
}
|