Documentation ¶
Overview ¶
Package main is an example for creating an Automated Clearing House (ACH) file with Moov's HTTP service. To run this example first start the ach service locally:
$ go run ./cmd/server // from this project's root directory
Then, in a second terminal you can run this example:
$ go run ./examples/http // from project root
Click to show internal directories.
Click to hide internal directories.