6 lines
87 B
Go
6 lines
87 B
Go
//go:build !pprof
|
|
// +build !pprof
|
|
|
|
package server
|
|
|
|
func (s *Server) installPprof() {}
|