Commit Graph

19 Commits

Author SHA1 Message Date
Aaron Lindsay afd882f7d2 README: Add inline link to documentation 2021-10-17 21:57:26 -04:00
Aaron Ross 9136c9bab2 README: add example for parsing local file 2021-01-04 07:24:40 -05:00
Aaron Lindsay 52f3e4120b README: Replace Travis badge with GitHub Actions 2020-11-25 07:18:43 -05:00
Aaron Lindsay 830a6064c7 .travis.yml: Set Go 1.12 as the minimum version
I'm getting errors when attempting to build with any older version:

    golang.org/x/term
    # golang.org/x/term
    ../../../golang.org/x/term/term_unix_linux.go:9:7: ioctlReadTermios redeclared in this block
	    previous declaration at ../../../golang.org/x/term/term_unix_aix.go:9:26
    ../../../golang.org/x/term/term_unix_linux.go:10:7: ioctlWriteTermios redeclared in this block
	    previous declaration at ../../../golang.org/x/term/term_unix_aix.go:10:27
2020-11-17 10:33:48 -05:00
Aaron Lindsay 5923a34de0 README: Fix bad documentation badge link 2020-10-06 23:15:00 -04:00
Aaron Lindsay 631508ccc9 README: Move from godoc.org to pkg.go.dev 2020-10-06 22:46:45 -04:00
Aaron Lindsay 3240ef383b README: Update build status badge 2020-10-06 22:19:44 -04:00
Aaron Lindsay 94a77ac754 Add BasicClient, update Client to be interface
This paves the way for more easily implementing different clients for
different financial institutions
2018-10-02 20:55:25 -04:00
Nick Snyder 2a92b29a62
currency := stmt.CurDef 2018-04-14 22:28:30 -07:00
Nick Snyder 2fbb276a22
Make example compile 2018-04-14 09:06:32 -04:00
Aaron Lindsay 06de7e2af6 Add example usage to README 2017-11-18 20:00:37 -05:00
Aaron Lindsay 1264e6e486 README: Add go 1.9 requirement 2017-10-27 09:03:57 -04:00
Aaron Lindsay 04436f048d Add MoneyGo reference to README 2017-06-05 21:12:04 -04:00
Aaron Lindsay be66031c49 Update README 2017-04-10 20:36:47 -04:00
Aaron Lindsay 384d24b3d0 README: Add coverage badge 2017-04-10 08:17:34 -04:00
Aaron Lindsay 296b1fe7e9 Add badges for documentation and report card 2017-04-08 11:30:55 -04:00
Aaron Lindsay 0673b9af85 README: Add build status badge 2017-04-08 11:14:25 -04:00
Aaron Lindsay dfa5a4b6f5 Improve documentation 2017-03-26 21:02:20 -04:00
Aaron Lindsay ab79afa8ae Create initial README 2017-03-23 05:48:01 -04:00