Windows: Factor out syslog and journald
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: 655a58e27bfcfd2494bb5d46f95cb49d655ad17a Component: engine
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
// +build linux
|
||||
|
||||
package syslog
|
||||
|
||||
import (
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
// +build !linux
|
||||
|
||||
package syslog
|
||||
Reference in New Issue
Block a user