open-vault/command/server_noprofile.go

7 lines
89 B
Go

//go:build !memprofiler
package command
func (c *ServerCommand) startMemProfiler() {
}