Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e5456 commit cf70ef0Copy full SHA for cf70ef0
log_test.go
@@ -5,10 +5,6 @@ import (
5
"testing"
6
)
7
8
-func New() {
9
-
10
-}
11
12
func TestLogger(t *testing.T) {
13
Log(INFO, "hello %.3f", 1/3.0)
14
Log(SUCCESS, "finished that")
0 commit comments