Files
vault/command/server_noprofile.go
2024-01-02 10:36:20 -08:00

10 lines
160 B
Go

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
//go:build !memprofiler
package command
func (c *ServerCommand) startMemProfiler() {
}