mirror of
https://github.com/netbirdio/netbird.git
synced 2026-03-31 06:34:14 -04:00
7 lines
144 B
Go
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.
|
|
}
|