mirror of https://github.com/docker/docs.git
Merge pull request #17568 from Microsoft/10662-journald
Windows: Fix journald compile error
This commit is contained in:
commit
8d584da96e
|
@ -1,3 +1,6 @@
|
|||
// +build !linux
|
||||
|
||||
package journald
|
||||
|
||||
type journald struct {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue