docs(testutil): Fix documentation of IgnoreTags (#13700)
This commit is contained in:
parent
5a8370c463
commit
c2956acc69
|
|
@ -172,7 +172,7 @@ func IgnoreFields(names ...string) cmp.Option {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
// return disables comparison of the tags with the given names.
|
// IgnoreTags disables comparison of the tags with the given names.
|
||||||
// The tag-names are case-sensitive!
|
// The tag-names are case-sensitive!
|
||||||
func IgnoreTags(names ...string) cmp.Option {
|
func IgnoreTags(names ...string) cmp.Option {
|
||||||
return cmpopts.IgnoreSliceElements(
|
return cmpopts.IgnoreSliceElements(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue