add go1.1+ requirement

This commit is contained in:
Martin Angers
2014-04-11 12:38:16 -04:00
parent 6bab89f9f6
commit 8e708aac7d
3 changed files with 4 additions and 1 deletions
-1
View File
@@ -1,7 +1,6 @@
language: go
go:
- 1.0
- 1.1
- 1.2
- tip
+2
View File
@@ -12,6 +12,8 @@ Syntax-wise, it is as close as possible to jQuery, with the same function names
## Installation
Please note that because of the net/html dependency, goquery requires Go1.1+.
$ go get github.com/PuerkitoBio/goquery
(optional) To run unit tests:
+2
View File
@@ -48,6 +48,8 @@ at you, index()...).
It is hosted on GitHub, along with additional documentation in the README.md
file: https://github.com/puerkitobio/goquery
Please note that because of the net/html dependency, goquery requires Go1.1+.
The various methods are split into files based on the category of behavior:
* array.go : array-like positional manipulation of the selection.