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