Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 21116b2

Browse files
authored
Merge pull request #3 from dom3k/master
Update README.md; flog has not Debug function
2 parents eaed154 + ae12f70 commit 21116b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It's optimized for human readability.
1616

1717
```go
1818
flog.Info("hello %.3f", 1/3.0)
19-
flog.Debug("finished that")
19+
flog.Success("finished that")
2020
flog.Error("oops")
2121

2222
log := flog.NewLogger().WithPrefix("user %v: ", 500)

0 commit comments

Comments
 (0)