mirror of
https://github.com/slackhq/nebula.git
synced 2025-05-01 16:00:01 +00:00
11 lines
156 B
Go
11 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
|
||
|
}
|