Skip to content

Instantly share code, notes, and snippets.

@metarsit
Last active December 25, 2022 04:22
Show Gist options
  • Select an option

  • Save metarsit/7bdb4e01dc7cd4e2f7aae3ca8d33f307 to your computer and use it in GitHub Desktop.

Select an option

Save metarsit/7bdb4e01dc7cd4e2f7aae3ca8d33f307 to your computer and use it in GitHub Desktop.
package article
import (
"reflect"
)
func Equal(a, b any) bool {
return reflect.DeepEqual(a, b)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment