1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-03-01 00:11:36 +01:00
netbird/util/syslog_windows.go
2024-07-16 11:50:35 +02:00

7 lines
144 B
Go

package util
func AddSyslogHook() {
// The syslog package is not available for Windows. This adapter is needed
// to handle windows build.
}