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

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

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

One-com/gone

0
View on GitHub↗

Gone

Golang packages for writing small daemons and servers.

Features

  • Configuration Management - Modular JSON configuration.

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

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

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

Start searching with AI
  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • Logging - Scalable, std-lib compatible logging.
  • إدارة الإعدادات - Modular JSON configuration tool.
  • Logging Libraries - Fast, extendable logging library compatible with standard library.
  • 51 نجوم·8 تفرعات·Go·10 مشاهدات

    سجل النجوم

    مخطط تاريخ النجوم لـ one-com/goneمخطط تاريخ النجوم لـ one-com/gone

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

    مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Gone.
    • beatlabs/harvesterالصورة الرمزية لـ beatlabs

      beatlabs/harvester

      134عرض على GitHub↗

      Harvest configuration, watch and notify subscriber

      Goconfiguration-managementgogolang
      عرض على GitHub↗134
    • caarlos0/envالصورة الرمزية لـ caarlos0

      caarlos0/env

      6,004عرض على GitHub↗

      env is a Go library that reads environment variables and populates the fields of a Go struct according to tag directives. It uses reflection to iterate over struct types and tags at runtime, mapping environment variable names to struct fields and applying parsing behavior defined in struct tags. The library supports required field validation, returning errors when marked fields are missing or empty after parsing. It also provides default value fallback from struct tags when environment variables are not set, environment variable expansion that recursively substitutes references within values,

      Goconfigconfigurationenvironment
      عرض على GitHub↗6,004
    • antham/envhالصورة الرمزية لـ antham

      antham/envh

      100عرض على GitHub↗

      Go helpers to manage environment variables

      Goconfiguration-managementenvironmentgolang
      عرض على GitHub↗100
    • go-ini/iniالصورة الرمزية لـ go-ini

      go-ini/ini

      3,542عرض على GitHub↗

      Package ini provides INI file read and write functionality in Go

      Goconfigurationgoini
      عرض على GitHub↗3,542
    عرض جميع البدائل الـ 30 لـ Gone→

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

    ما هي وظيفة one-com/gone؟

    Golang packages for writing small daemons and servers.

    ما هي الميزات الرئيسية لـ one-com/gone؟

    الميزات الرئيسية لـ one-com/gone هي: Configuration Management, Logging, إدارة الإعدادات, Logging Libraries.

    ما هي البدائل مفتوحة المصدر لـ one-com/gone؟

    تشمل البدائل مفتوحة المصدر لـ one-com/gone: caarlos0/env — env is a Go library that reads environment variables and populates the fields of a Go struct according to tag… gookit/config — 📝 Go configuration manage(load,get,set,export). support JSON, YAML, TOML, Properties, INI, HCL, ENV and Flags. Multi… antham/envh — Go helpers to manage environment variables. beatlabs/harvester — Harvest configuration, watch and notify subscriber. go-ini/ini — Package ini provides INI file read and write functionality in Go. heetch/confita — Load configuration in cascade from multiple backends into a struct.