From 1264e6e486be68210f528f8659574d6f5baa11f2 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Fri, 27 Oct 2017 09:03:57 -0400 Subject: [PATCH] README: Add go 1.9 requirement --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fc91fe0..1451444 100644 --- a/README.md +++ b/README.md @@ -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: