From 9065f21af769d754b5d1a90999e2fb41612c22b9 Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Tue, 28 Mar 2023 23:32:46 +0200 Subject: [PATCH] added an package comment --- logging/journald.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging/journald.go b/logging/journald.go index 32b2113..46f3121 100644 --- a/logging/journald.go +++ b/logging/journald.go @@ -1,9 +1,9 @@ //go:build !windows // +build !windows +// Package logging is the implementation of an better systemdlogger for zerolog // This package consists of parts of github.com/rs/zerolog i copied from. // I removed the JSON argument part and added some more relevant data (The position of the caller and the goroutine) - package logging import (