Skip to content

Commit 2471bf3

Browse files
committed
Fix for go.mod
1 parent 7644951 commit 2471bf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Go's fmt package), even though some of its methods are less than intuitive (look
4343
at you, index()...).
4444
4545
It is hosted on GitHub, along with additional documentation in the README.md
46-
file: https://github.com/puerkitobio/goquery
46+
file: https://github.com/Diggernaut/goquery
4747
4848
Please note that because of the net/html dependency, goquery requires Go1.1+.
4949

example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"log"
66

7-
"github.com/PuerkitoBio/goquery"
7+
"github.com/Diggernaut/goquery"
88
)
99

1010
// This example scrapes the reviews shown on the home page of metalsucks.net.

0 commit comments

Comments
 (0)