mirror of
https://github.com/slackhq/nebula.git
synced 2025-01-11 11:58:11 +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
|
|
}
|