The common module provides foundational shared utilities and reusable components used across the Entiqon ecosystem.
It promotes consistency, code reuse, and well-tested implementations for common development tasks.
go get github.com/entiqon/common| Package | Description |
|---|---|
| 🧩 common/errors | Structured error types with cause, reason, and process stage. |
| 🧩 common/extension | Type parsers, collections, object helpers, and shortcuts. |
| 🧩 common/ptr | Generic pointer utilities for working with optional values. |
| 🧩 common/text | String padding, truncation, and presentation utilities. |
MIT — © Entiqon Project