change paths to golang.org/x/, fails to build because cascadia has to switch too

This commit is contained in:
Martin Angers
2014-11-05 20:30:33 -05:00
parent 12a8512778
commit 040cf98281
10 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package goquery
import (
"code.google.com/p/go.net/html"
"golang.org/x/net/html"
)
// First reduces the set of matched elements to the first in the set.