awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesReflection-Based Comparison

Uses reflect.DeepEqual for comparing slices, maps, and other non-comparable types.

Distinct from Value Comparators: Distinct from Value Comparators: focuses on using reflection for deep equality, not general comparison logic.

Explore 2 awesome GitHub repositories matching data & databases · Reflection-Based Comparison. Refine with filters or upvote what's useful.

Awesome Reflection-Based Comparison GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • teivah/100-go-mistakesالصورة الرمزية لـ teivah

    teivah/100-go-mistakes

    7,915عرض على GitHub↗

    100 Go Mistakes is a reference book and code review companion that catalogues frequent Go programming anti-patterns and provides corrected implementations for each one. It covers a wide range of common pitfalls, from range loop variable capture and interface nil handling to error wrapping and map iteration randomization, helping developers recognize and avoid these issues in their own code. The project distinguishes itself by offering a structured, example-driven approach to learning idiomatic Go. It covers core design decisions such as when to use pointer versus value receivers, how to apply

    Documents using reflect.DeepEqual for comparing non-comparable types.

    Gobookchinesedocumentation
    عرض على GitHub↗7,915
  • google/go-cmpالصورة الرمزية لـ google

    google/go-cmp

    4,651عرض على GitHub↗

    go-cmp is a value comparison library for Go designed for use in test suites. It functions as a recursive data differ and assertion tool that determines if two complex data structures are semantically equal rather than relying on strict bitwise equality. The library provides a framework for defining specialized comparison logic, allowing users to register custom equality overrides for specific types. It includes mechanisms to manage how unexported fields are handled during traversal to prevent runtime panics during deep equality checks. The system utilizes reflection-based value traversal to

    Uses Go reflection to recursively walk through complex data structures for deep equality checks.

    Goequalitygotesting
    عرض على GitHub↗4,651
  1. Home
  2. Data & Databases
  3. Value Comparators
  4. Reflection-Based Comparison