Added back the compile flags for syslog logging.
This commit is contained in:
parent
d346733b9b
commit
b4d718a29f
@ -1,3 +1,5 @@
|
|||||||
|
//+build !windows,!plan9
|
||||||
|
|
||||||
package logger
|
package logger
|
||||||
|
|
||||||
import "log/syslog"
|
import "log/syslog"
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
//+build windows plan9
|
||||||
package logger
|
package logger
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user