Skip to content

Commit ff5b88e

Browse files
committed
change header
1 parent 2ecdaae commit ff5b88e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

journal.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
*/
1+
// Package slogjournal provides a handler for the systemd journal.
2+
// The journal only accepts keys of the form ^[A-Z_][A-Z0-9_]*$.
53
package slogjournal
64

75
import (

0 commit comments

Comments
 (0)