const github.com/google/go-cmp/cmp/internal/flags.AtLeastGo110

2 uses

	github.com/google/go-cmp/cmp/internal/flags (current package)
		toolchain_recent.go#L10: const AtLeastGo110 = true

	github.com/google/go-cmp/cmp
		compare.go#L380: 	if !flags.AtLeastGo110 {