0
0
Fork 0
mirror of https://github.com/slackhq/nebula.git synced 2025-05-01 16:00:01 +00:00
slackhq_nebula/cmd/nebula/notify_notlinux.go

11 lines
156 B
Go
Raw Permalink Normal View History

//go:build !linux
// +build !linux
package main
import "github.com/sirupsen/logrus"
func notifyReady(_ *logrus.Logger) {
// No init service to notify
}