mirror of
https://github.com/mgechev/revive.git
synced 2025-01-20 03:29:25 +02:00
d2778f36f1
Co-authored-by: chavacava <salvador.cavadini@gmail.com>
12 lines
169 B
Go
12 lines
169 B
Go
package test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/mgechev/revive/rule"
|
|
)
|
|
|
|
func TestUseErrorsNew(t *testing.T) {
|
|
testRule(t, "use_errors_new", &rule.UseErrorsNewRule{})
|
|
}
|