Skip to content

Files

Latest commit

c454d47 · Aug 26, 2021

History

History
This branch is 9 commits behind moov-io/irs:master.

docs

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