Common Module
🌱 Overview¶
The common package provides foundational shared utilities and reusable components used across the Entiqon project.
It enables consistency, code reuse, and reliable parsing/error handling.
🚀 Quick Start¶
go get github.com/entiqon/entiqon
📦 Subpackages¶
| Package | Description |
|---|---|
| 🧩 common/errors | Extended error types with cause, reason, and process stage. |
| 🧩 common/extension | Type parsers, collections, object helpers, and shortcuts. |
📘 Developer Guides¶
- ProcessStage — Dialects, StageToken, ParamBinder integration
📄 License¶
MIT — © Entiqon Project