mirror of
https://github.com/PuerkitoBio/goquery.git
synced 2024-04-21 12:31:36 +00:00
@@ -73,7 +73,8 @@ func ExampleScrape_MetalSucks() {
|
||||
// Load the HTML document (in real use, the type would be *goquery.Document)
|
||||
var doc *Document
|
||||
var e error
|
||||
|
||||
|
||||
// Initialize doc, (in real use, the method would be goquery.NewDocument)
|
||||
if doc, e = NewDocument("http://metalsucks.net"); e != nil {
|
||||
log.Fatal(e)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user