8 lines
141 B
Go
8 lines
141 B
Go
|
// +build !profile
|
||
|
|
||
|
package http
|
||
|
|
||
|
func registerProfilingEndpoints(h *HttpServer) {
|
||
|
// no profiling if the profile build tag isn't enabled
|
||
|
}
|