mirror of
https://github.com/slackhq/nebula.git
synced 2025-01-26 18:08:49 +00:00
10 lines
156 B
Go
10 lines
156 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package main
|
|
|
|
import "github.com/sirupsen/logrus"
|
|
|
|
func notifyReady(_ *logrus.Logger) {
|
|
// No init service to notify
|
|
}
|