MCPcopy Create free account
hub / github.com/google/go-cmp / init

Function init

cmp/cmpopts/example_test.go:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15)
16
17func init() {
18 flags.Deterministic = true
19}
20
21// Use IgnoreFields to ignore fields on a struct type when comparing
22// by providing a value of the type and the field names to ignore.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected