github.com/wfusion/gofusion@v1.1.14/test/stubs.go (about) 1 package test 2 3 import ( 4 _ "unsafe" 5 ) 6 7 //go:linkname MethodFilter github.com/stretchr/testify/suite.methodFilter 8 func MethodFilter(name string) (bool, error)