mirror of
https://github.com/stretchr/testify.git
synced 2025-09-04 19:35:26 +00:00
Add build tag testify_no_objx to allow to exclude method Mock.TestData() for avoiding dependency on github.com/stretchr/objx.
6 lines
86 B
Go
6 lines
86 B
Go
//go:build testify_no_objx || testify_no_deps
|
|
|
|
package mock
|
|
|
|
type testData = struct{}
|