mirror of
https://gitea.com/jolheiser/sip
synced 2024-11-26 07:33:48 +01:00
df58f223f2
Exclude Match from gocognit Add search filters Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: jolheiser <john.olheiser@gmail.com> Reviewed-on: https://gitea.com/jolheiser/sip/pulls/8
11 lines
92 B
Go
11 lines
92 B
Go
package sdk
|
|
|
|
import (
|
|
"os"
|
|
"testing"
|
|
)
|
|
|
|
func TestMain(m *testing.M) {
|
|
os.Exit(m.Run())
|
|
}
|