Skip to content

Conversation

@w41ter
Copy link
Contributor

@w41ter w41ter commented Dec 11, 2024

According to the golang document, the KeyType of a map may be any type that is comparable:

  1. Two pointer values are equal if they point to the same variable or if both have value nil
  2. Two struct values are equal if their corresponding non- blank field values are equal.

According to the golang document, the KeyType of a map
may be any type that is comparable:

1. Two pointer values are equal if they point to the same
variable or if both have value nil
2. Two struct values are equal if their corresponding non-
blank field values are equal.
@w41ter w41ter merged commit 60d48d9 into dev Dec 11, 2024
1 of 2 checks passed
@w41ter w41ter deleted the fix_be_rpc_leaks branch December 11, 2024 08:22
w41ter added a commit that referenced this pull request Dec 16, 2024
According to the golang document, the KeyType of a map
may be any type that is comparable:

1. Two pointer values are equal if they point to the same
variable or if both have value nil
2. Two struct values are equal if their corresponding non-
blank field values are equal.
Vallishp pushed a commit to Vallishp/ccr-syncer that referenced this pull request Jan 11, 2025
According to the golang document, the KeyType of a map
may be any type that is comparable:

1. Two pointer values are equal if they point to the same
variable or if both have value nil
2. Two struct values are equal if their corresponding non-
blank field values are equal.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants