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

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

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

go-errr/go

0
View on GitHub↗
1 نجمة·0 تفرعات·Go·Apache-2.0·3 مشاهدات

Go

Failure handling is expressed through a single deferred handler that:

Features

  • Error Handling - Error handling with Catch/Recover semantics and wrapped chains.

سجل النجوم

مخطط تاريخ النجوم لـ go-errr/goمخطط تاريخ النجوم لـ go-errr/go

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Go

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Go.
  • go-errors/errorsالصورة الرمزية لـ go-errors

    go-errors/errors

    1,005عرض على GitHub↗

    errors is a Go error handling library and stack trace utility that wraps standard errors with execution call stacks and contextual information. It captures program execution paths at the exact moment an error is initialized, extracting granular file paths, line numbers, and function symbols from raw program counter addresses. The library maintains parent-child relationships between wrapped errors to allow deep inspection, unwrapping of root causes, and combination of multiple errors into unified structures. It implements standard error interfaces so enhanced error objects can be used intercha

    Go
    عرض على GitHub↗1,005
  • amitshekhariitbhu/fast-android-networkingالصورة الرمزية لـ amitshekhariitbhu

    amitshekhariitbhu/Fast-Android-Networking

    5,906عرض على GitHub↗

    🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀

    Java
    عرض على GitHub↗5,906
  • dtolnay/anyhowالصورة الرمزية لـ dtolnay

    dtolnay/anyhow

    6,569عرض على GitHub↗

    Anyhow is a dynamic error handling library for Rust applications that provides a flexible error container using type erasure. It serves as a tool for simplifying error signatures by wrapping diverse failure types into a single object, allowing for the propagation of any error that implements the standard error trait without requiring a custom enumeration for every function. The project functions as an error context provider by attaching high-level diagnostic information and recording execution stack traces at the point of failure. It enables the recovery of concrete error implementations from

    Rust
    عرض على GitHub↗6,569
  • balloonwj/cppguideالصورة الرمزية لـ balloonwj

    balloonwj/CppGuide

    6,030عرض على GitHub↗

    CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom

    عرض على GitHub↗6,030
عرض جميع البدائل الـ 30 لـ Go→

الأسئلة الشائعة

ما هي وظيفة go-errr/go؟

Failure handling is expressed through a single deferred handler that:

ما هي الميزات الرئيسية لـ go-errr/go؟

الميزات الرئيسية لـ go-errr/go هي: Error Handling.

ما هي البدائل مفتوحة المصدر لـ go-errr/go؟

تشمل البدائل مفتوحة المصدر لـ go-errr/go: go-errors/errors — errors is a Go error handling library and stack trace utility that wraps standard errors with execution call stacks… amitshekhariitbhu/fast-android-networking — 🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀. dtolnay/anyhow — Anyhow is a dynamic error handling library for Rust applications that provides a flexible error container using type… balloonwj/cppguide — CppGuide is a curated collection of educational resources and practical guides focused on C++ server development,… appsignal/appsignal-elixir — 🟪 AppSignal for Elixir package. ansel1/merry.