added an package comment
Dieser Commit ist enthalten in:
Ursprung
82a722a4e5
Commit
9065f21af7
|
@ -1,9 +1,9 @@
|
||||||
//go:build !windows
|
//go:build !windows
|
||||||
// +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.
|
// 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)
|
// I removed the JSON argument part and added some more relevant data (The position of the caller and the goroutine)
|
||||||
|
|
||||||
package logging
|
package logging
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Laden…
In neuem Issue referenzieren