package mydb import ( "errors" "testing" ) func TestLogger(t *testing.T) { err := errors.New("fake error") LC().Error(err) }