File size: 80 Bytes
530729e
 
 
 
 
 
 
1
2
3
4
5
6
7
8
package logger

import "testing"

func TestInfo(t *testing.T) {
	Info("test")
}