We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9443e7 commit 2e3a80cCopy full SHA for 2e3a80c
1 file changed
README.md
@@ -25,8 +25,8 @@ and then run it with that sample snippet
25
import "github.com/sokool/log"
26
27
lgr := log.
28
- New(os.Stdout). // output is written to standard output
29
- Tag("foo") // all messages are marked with tag name
+ New(os.Stdout). // output is written to standard output
+ Tag("foo") // all messages are marked with tag name
30
31
lgr.Printf("hello %s", "world")
32
lgr.Printf("first: with tag name")
0 commit comments