浏览代码

Add note about Go versions to README

closes #7
Jonathan Rudenberg 13 年之前
父节点
当前提交
80a3de0f7b
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -9,6 +9,11 @@ CQL 3.0 and the new native protocol. The native protocol is still considered
 beta and must be enabled manually in Cassandra 1.2 by setting
 "start_native_transport" to true in conf/cassandra.yaml.
 
+**Note:** gocql requires the tip version of Go, as some changes in the 
+`database/sql` have not made it into 1.0.x yet. There is 
+[a fork](https://github.com/titanous/gocql) that backports these changes 
+to Go 1.0.3.
+
 Installation
 ------------