2018-10-03 16:01:41 +08:00
|
|
|
package test
|
|
|
|
|
|
|
|
import (
|
|
|
|
"testing"
|
|
|
|
|
|
|
|
"github.com/mgechev/revive/rule"
|
|
|
|
)
|
|
|
|
|
|
|
|
func TestWaitGroupByValue(t *testing.T) {
|
2024-11-11 13:39:10 +02:00
|
|
|
testRule(t, "waitgroup_by_value", &rule.WaitGroupByValueRule{})
|
2018-10-03 16:01:41 +08:00
|
|
|
}
|