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/date | Date and timestamp parsing and formatting utilities. |
| 🧩 common/errors | Structured error types with cause, reason, and process stage. |
| 🧩 common/extension | Convenience conversions with zero-value or custom fallbacks. |
| 🧩 common/float | Floating-point parsing and conversion utilities. |
| 🧩 common/object | Dynamic access and manipulation for maps and structs. |
| 🧩 common/ptr | Generic pointer utilities for working with optional values. |
| 🧩 common/text | String padding, truncation, and presentation utilities. |
MIT — © Entiqon Project