Imports of package journald

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/coreos/go-systemd/journalPackage journal provides write bindings to the local systemd journal.
github.com/rs/zerologPackage zerolog provides a lightweight logging library dedicated to JSON logging.
github.com/rs/zerolog/internal/cborPackage cbor provides primitives for storing different data in the CBOR (binary) format.
ioPackage io provides basic interfaces to I/O primitives.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.