Просмотр исходного кода

Add note about Go versions to README

closes #7
Jonathan Rudenberg 13 лет назад
Родитель
Сommit
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
 ------------