forked from rs/zerolog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix console writer when unix time stamp and/or no message field is used
- Loading branch information
Showing
3 changed files
with
68 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
module github.com/rs/zerolog | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e | ||
github.com/pkg/errors v0.8.1 | ||
github.com/rs/xid v1.2.1 | ||
github.com/zenazn/goji v0.9.0 | ||
golang.org/x/tools v0.0.0-20190425163242-31fd60d6bfdc | ||
) |