mirror of
https://github.com/PuerkitoBio/goquery.git
synced 2024-04-21 12:31:36 +00:00
temp info for install
This commit is contained in:
@@ -10,6 +10,13 @@ Syntax-wise, it is as close as possible to jQuery, with the same function names
|
||||
|
||||
Since this library (and cascadia) depends on the experimental branch, this package must be installed first. Both GoQuery and Cascadia expect to find the experimental library with the `"exp/html"` import statement. To install it at this location, please [follow this guide][wikiexp].
|
||||
|
||||
**TEMP** : Due to recent breaking changes in the experimental HTML package (which is to be expected, being experimental and all...), user Zippoxer mentions this on golang-nuts mailing list:
|
||||
|
||||
> Had to clone revision e17cd42dcc09 of Go to get cascadia [and GoQuery] to compile.
|
||||
|
||||
I'll try to bring things up to date Sep. 10th, along with cascadia's author.
|
||||
**END TEMP**
|
||||
|
||||
Once this is done, install GoQuery:
|
||||
|
||||
`go get github.com/PuerkitoBio/goquery`
|
||||
|
||||
Vendored
+6
-6
@@ -5,12 +5,12 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="main">
|
||||
<div id="n1"></div>
|
||||
<div id="n2"></div>
|
||||
<div id="n3"></div>
|
||||
<div id="n4"></div>
|
||||
<div id="n5"></div>
|
||||
<div id="n6"></div>
|
||||
<div id="n1" class="even row"></div>
|
||||
<div id="n2" class="odd row"></div>
|
||||
<div id="n3" class="even row"></div>
|
||||
<div id="n4" class="odd row"></div>
|
||||
<div id="n5" class="even row"></div>
|
||||
<div id="n6" class="odd row"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user