blob: 33916a58778a85262538c33f4d65e4575e707c14 [file] [log] [blame]
package linterTest
import (
"errors"
"fmt"
)
func secondFunc() error {
return errors.New(fmt.Sprint("Errors"))
}