7 lines
89 B
Go
7 lines
89 B
Go
//go:build !memprofiler
|
|
|
|
package command
|
|
|
|
func (c *ServerCommand) startMemProfiler() {
|
|
}
|