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

Skip to content

Commit cf70ef0

Browse files
committed
Remove leftover code
1 parent 45e5456 commit cf70ef0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

log_test.go

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ import (
55
"testing"
66
)
77

8-
func New() {
9-
10-
}
11-
128
func TestLogger(t *testing.T) {
139
Log(INFO, "hello %.3f", 1/3.0)
1410
Log(SUCCESS, "finished that")

0 commit comments

Comments
 (0)