open-vault/command/server_noprofile.go
2022-01-05 12:02:03 -06:00

7 lines
89 B
Go

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