Common Module
🌱 Overview¶
The common package provides foundational shared utilities, reusable components, and common helpers used across the
Entiqon project.
It enables code reuse, collaboration, and shared resource management for multiple modules and packages.
🚀 Quick Start¶
go get github.com/entiqon/entiqon
Example usage:
import "github.com/entiqon/entiqon/common"
func example() {
status := common.BoolToStr(true, "enabled", "disabled")
fmt.Println(status) // Output: enabled
}
📘 Developer Guides¶
📚 Common¶
- ProcessStage — Dialects, StageToken, ParamBinder integration
📄 License¶
MIT — © Isidro Lopez / Entiqon Project