mirror of
https://github.com/slackhq/nebula.git
synced 2026-05-16 12:57:38 +02:00
11 lines
136 B
Go
11 lines
136 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package main
|
|
|
|
import "log/slog"
|
|
|
|
func notifyReady(_ *slog.Logger) {
|
|
// No init service to notify
|
|
}
|