ignored.go 146 B

1234567891011
  1. // +build !pprof
  2. package debug
  3. import (
  4. "github.com/go-martini/martini"
  5. )
  6. func RegisterRoutes(r martini.Router) {
  7. // do nothing
  8. }