We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6409532 commit aebc177Copy full SHA for aebc177
examples/basic/cmpop/or.go
@@ -26,6 +26,7 @@ import (
26
// # REFERENCES
27
// - https://pkg.go.dev/cmp#Or
28
// - https://pkg.go.dev/builtin#comparable
29
+// - https://blog.carlana.net/post/2024/golang-cmp-or-uses-and-history/
30
func Or() error {
31
type (
32
V struct {
0 commit comments