From 8e708aac7d0407139ec8bcb326cca9bc50f65031 Mon Sep 17 00:00:00 2001 From: Martin Angers Date: Fri, 11 Apr 2014 12:38:16 -0400 Subject: [PATCH] add go1.1+ requirement --- .travis.yml | 1 - README.md | 2 ++ doc.go | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c7853d0..711e180 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: go go: - - 1.0 - 1.1 - 1.2 - tip diff --git a/README.md b/README.md index 7601bbd..4ffe367 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/doc.go b/doc.go index d4ffc1a..30c7def 100644 --- a/doc.go +++ b/doc.go @@ -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.