Skip to content

Commit 2e3a80c

Browse files
committed
readme file
1 parent a9443e7 commit 2e3a80c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ and then run it with that sample snippet
2525
import "github.com/sokool/log"
2626

2727
lgr := log.
28-
New(os.Stdout). // output is written to standard output
29-
Tag("foo") // all messages are marked with tag name
28+
New(os.Stdout). // output is written to standard output
29+
Tag("foo") // all messages are marked with tag name
3030

3131
lgr.Printf("hello %s", "world")
3232
lgr.Printf("first: with tag name")

0 commit comments

Comments
 (0)