testify/mock/mock_no_objx.go
Olivier Mengué 580d807112 mock: add build tag 'testify_no_objx' to opt-out of objx
Add build tag testify_no_objx to allow to exclude method Mock.TestData()
for avoiding dependency on github.com/stretchr/objx.
2025-08-25 14:13:40 +02:00

6 lines
86 B
Go

//go:build testify_no_objx || testify_no_deps
package mock
type testData = struct{}