Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Sep 18, 2017
1 parent 5dfa6eb commit 5423e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"go.uber.org/zap/zapcore"
)

func ExampleBasic() {
func Example_basic() {
config := &zap.Config{
Level: zap.NewAtomicLevelAt(zapcore.InfoLevel),
Encoding: "json",
Expand Down

0 comments on commit 5423e72

Please sign in to comment.