mirror of
https://github.com/slackhq/nebula.git
synced 2026-08-15 08:17:03 +02:00
more fixes!
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
//go:build !debug
|
||||
|
||||
package nebula
|
||||
|
||||
import (
|
||||
"context"
|
||||
"log/slog"
|
||||
)
|
||||
|
||||
// startPprofServer is a no-op unless built with `-tags debug` (see make debug).
|
||||
func startPprofServer(_ context.Context, _ *slog.Logger) {}
|
||||
Reference in New Issue
Block a user