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

Skip to content

Commit acff979

Browse files
committed
Fix tests
1 parent f416f34 commit acff979

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

log_test.go

-8
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ import (
77
)
88

99
func TestLogger(t *testing.T) {
10-
log(infoLevel, "hello %.3f", 1/3.0)
11-
log(successLevel, "finished that")
12-
log(error, "oops")
13-
14-
log := New().WithPrefix("user %v: ", 500)
15-
16-
log.log(error, "didn't work out")
17-
1810
// Short-hand
1911

2012
Info("something happened")

0 commit comments

Comments
 (0)