1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2024-11-21 19:20:05 -05:00

README: Add go 1.9 requirement

This commit is contained in:
Aaron Lindsay 2017-10-27 09:03:57 -04:00 committed by GitHub
parent f408232d77
commit 1264e6e486

View File

@ -38,6 +38,10 @@ repository.
Documentation can be found with the `go doc` tool, or at
https://godoc.org/github.com/aclindsa/ofxgo
## Requirements
OFXGo requires go >= 1.9
## Using the command-line client
To install the command-line client and test it out, you may do the following: