Explorar o código

Add note about Go versions to README

closes #7
Jonathan Rudenberg %!s(int64=13) %!d(string=hai) anos
pai
achega
80a3de0f7b
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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
 beta and must be enabled manually in Cassandra 1.2 by setting
 "start_native_transport" to true in conf/cassandra.yaml.
 "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
 Installation
 ------------
 ------------