1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-03-01 08:21:16 +01:00
netbird/util/syslog_windows.go

7 lines
144 B
Go
Raw Normal View History

package util
2024-07-16 11:50:35 +02:00
func AddSyslogHook() {
// The syslog package is not available for Windows. This adapter is needed
// to handle windows build.
}