Quellcode durchsuchen

Merge pull request #317 from go-sql-driver/readme

README: Update requirements to Go 1.2
Julien Schmidt vor 10 Jahren
Ursprung
Commit
96b3f4c0a9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -40,7 +40,7 @@ A MySQL-Driver for Go's [database/sql](http://golang.org/pkg/database/sql) packa
   * Optional `time.Time` parsing
   * Optional `time.Time` parsing
 
 
 ## Requirements
 ## Requirements
-  * Go 1.1 or higher
+  * Go 1.2 or higher
   * MySQL (4.1+), MariaDB, Percona Server, Google CloudSQL or Sphinx (2.2.3+)
   * MySQL (4.1+), MariaDB, Percona Server, Google CloudSQL or Sphinx (2.2.3+)
 
 
 ---------------------------------------
 ---------------------------------------