diff --git a/commons/doc.go b/commons/doc.go index 87bf0f14..d04c14e7 100644 --- a/commons/doc.go +++ b/commons/doc.go @@ -1,5 +1,8 @@ // Package commons provides shared infrastructure helpers used across Lerian services. // +// As of v6, the module path is github.com/LerianStudio/lib-commons/v6 and the +// HTTP/server helpers target Fiber v3. +// // The package includes validation utilities, error adapters, and cross-cutting // primitives used by higher-level subpackages. //