From ad39fba48dba21bc6fae00f355a6a3563bacd829 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Thu, 11 Jul 2013 10:45:23 -0700 Subject: [PATCH] go 1.1 required Now that we're using anonymous struct fields for Rate, go 1.1 really is required. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7db8389..718d7b6 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,7 @@ go-github is Go library for accessing the [GitHub API][]. **Documentation:** **Build Status:** [![Build Status](https://travis-ci.org/google/go-github.png?branch=master)](https://travis-ci.org/google/go-github) -go-github is tested using Go version 1.1. There are have been -[reports][issue-9] of JSON marshalling errors using Go 1.0.3, at least on -Windows 7. +go-github requires Go version 1.1. [issue-9]: https://github.com/google/go-github/issues/9