syslog_win.go 99 B

1234567
  1. // +build windows
  2. package common
  3. func initSyslog() {
  4. // Not supported in windows, do nothing.
  5. }