mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 02:02:18 +00:00
12 lines
184 B
Go
12 lines
184 B
Go
|
package slicedirect
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
|
||
|
"golang.org/x/tools/go/analysis/analysistest"
|
||
|
)
|
||
|
|
||
|
func TestAnalyzer(t *testing.T) {
|
||
|
analysistest.Run(t, analysistest.TestData(), Analyzer)
|
||
|
}
|