Added back the compile flags for syslog logging.

This commit is contained in:
Snoosaphone 2019-12-28 19:59:05 -06:00
parent d346733b9b
commit b4d718a29f
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
//+build !windows,!plan9
package logger
import "log/syslog"

View File

@ -1,3 +1,4 @@
//+build windows plan9
package logger
import (