We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ecdaae commit ff5b88eCopy full SHA for ff5b88e
journal.go
@@ -1,7 +1,5 @@
1
-/*
2
-Package slogjournal provides a handler for the systemd journal.
3
-The journal only accepts keys of the form ^[A-Z_][A-Z0-9_]*$.
4
-*/
+// Package slogjournal provides a handler for the systemd journal.
+// The journal only accepts keys of the form ^[A-Z_][A-Z0-9_]*$.
5
package slogjournal
6
7
import (
0 commit comments