Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ _testmain.go
/bin
cover.out
cover.html
/node_modules/
1 change: 1 addition & 0 deletions .readme.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Blazing fast, structured, leveled logging in Go.
Note that zap only supports the two most recent minor versions of Go.

## Quick Start
blah blah

In contexts where performance is nice, but not critical, use the
`SugaredLogger`. It's 4-10x faster than other structured logging
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,4 @@ pinned in the [benchmarks/go.mod][] file. [↩](#anchor-versions)

Hello World
Hello World
Hello World
Loading