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

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

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

deatil/go-array

0
View on GitHub↗
22 نجوم·0 تفرعات·Go·Apache-2.0·1 مشاهدةpkg.go.dev/github.com/deatil/go-array↗

Go Array

A Go package that read or set data from map, slice or json

Features

  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • إدارة الإعدادات - Reads or sets data from maps, slices, or JSON.

سجل النجوم

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

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

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

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

Start searching with AI

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

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

    agilira/argus

    170عرض على GitHub↗

    High-performance configuration management framework for Go applications with zero-allocation performance, universal format support (JSON, YAML, TOML, HCL, INI, Properties), and an ultra-fast CLI powered by Orpheus.

    Goagilira-orpheuscliconfiguration-management
    عرض على GitHub↗170
  • alecthomas/kongالصورة الرمزية لـ alecthomas

    alecthomas/kong

    2,976عرض على GitHub↗

    Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments directly into typed Go structures using struct tags, allowing developers to define terminal interfaces through data models rather than manual parsing logic. The project functions as a configuration mapper that populates Go structures from a combination of command-line arguments, environment variables, and JSON files. It distinguishes itself by providing a dependency injection container to pass external services into command handlers and a plugin architecture for dynamic command reg

    Gocommand-linecommandsflags
    عرض على GitHub↗2,976
  • adrg/xdgالصورة الرمزية لـ adrg

    adrg/xdg

    1,002عرض على GitHub↗

    Go implementation of the XDG Base Directory Specification and XDG user directories

    Gocross-platformgogolang
    عرض على GitHub↗1,002
  • andreiavrammsd/configالصورة الرمزية لـ andreiavrammsd

    andreiavrammsd/config

    0عرض على GitHub↗

    Parse configuration values into given struct from environment, files, json, bytes, or other input convertible to bytes

    Goconfigurationenvironmentgolang
    عرض على GitHub↗0
عرض جميع البدائل الـ 30 لـ Go Array→

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

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

A Go package that read or set data from map, slice or json

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

الميزات الرئيسية لـ deatil/go-array هي: Configuration Management, إدارة الإعدادات.

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

تشمل البدائل مفتوحة المصدر لـ deatil/go-array: andreiavrammsd/config — Parse configuration values into given struct from environment, files, json, bytes, or other input convertible to bytes. antham/envh — Go helpers to manage environment variables. alecthomas/kong — Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments… adrg/xdg — Go implementation of the XDG Base Directory Specification and XDG user directories. agilira/argus — High-performance configuration management framework for Go applications with zero-allocation performance, universal… atelpis/enflag — Container-focused Golang config: unify Env & Flag parsing in one call with minimal code and zero dependencies.