Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1014 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 1014 Bytes

IRS

Purpose | Configuration | Running


Purpose

Package github.com/moov-io/irs implements a file reader and writer written in Go along with a HTTP API and CLI for creating, parsing, validating, and transforming IRS electronic Filing Information Returns Electronically (FIRE). FIRE operates on a byte(ASCII) level making it difficult to interface with JSON and CSV/TEXT file formats.

Input Output
JSON JSON
ASCII FIRE ASCII FIRE
PDF Form
SQL

Supporting Documentation


Next - Configuration