Browse Source

goprotobuf: Mention Go 1.1 requirement in README.

Fixes #48.

R=r, dave
CC=golang-codereviews
https://codereview.appspot.com/45600043
David Symonds 12 years ago
parent
commit
2a0a763dbf
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README

+ 2 - 0
README

@@ -2,6 +2,8 @@ Go support for Protocol Buffers - Google's data interchange format
 Copyright 2010 The Go Authors.
 Copyright 2010 The Go Authors.
 http://code.google.com/p/goprotobuf/
 http://code.google.com/p/goprotobuf/
 
 
+This package and the code it generates requires at least Go 1.1.
+
 This software implements Go bindings for protocol buffers.  For
 This software implements Go bindings for protocol buffers.  For
 information about protocol buffers themselves, see
 information about protocol buffers themselves, see
 	http://code.google.com/apis/protocolbuffers/
 	http://code.google.com/apis/protocolbuffers/