1
0
Fork 0

added an package comment

Dieser Commit ist enthalten in:
Sebastian Tobie 2023-03-28 23:32:46 +02:00
Ursprung 82a722a4e5
Commit 9065f21af7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -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 (