Skip to content

Commit aebc177

Browse files
committed
Update
1 parent 6409532 commit aebc177

File tree

1 file changed

+1
-0
lines changed
  • examples/basic/cmpop

1 file changed

+1
-0
lines changed

examples/basic/cmpop/or.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import (
2626
// # REFERENCES
2727
// - https://pkg.go.dev/cmp#Or
2828
// - https://pkg.go.dev/builtin#comparable
29+
// - https://blog.carlana.net/post/2024/golang-cmp-or-uses-and-history/
2930
func Or() error {
3031
type (
3132
V struct {

0 commit comments

Comments
 (0)