2021-08-23 15:14:53 +02:00
|
|
|
//go:build !linux
|
2015-11-24 11:14:17 -05:00
|
|
|
// +build !linux
|
2015-05-14 10:20:00 -07:00
|
|
|
|
2018-02-05 16:05:59 -05:00
|
|
|
package journald // import "github.com/docker/docker/daemon/logger/journald"
|
2015-10-31 08:31:25 -07:00
|
|
|
|
|
|
|
type journald struct {
|
|
|
|
}
|