Documentation
¶
Overview ¶
merge.go - Reads JSON from stdin with sales, users, and metrics sections, merges them into a unified report format, and outputs the result.
Input (stdin): {"sales": {...}, "users": {...}, "metrics": {...}} Output (stdout): {"title": "...", "generated_at": "...", "sections": [...]}
Click to show internal directories.
Click to hide internal directories.