Skip to content

Commit 7efd28c

Browse files
committed
rename temoto/robotstxt-go -> temoto/robotstxt
1 parent a546402 commit 7efd28c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To install, simply run in a terminal:
1313

1414
go get github.com/PuerkitoBio/fetchbot
1515

16-
The package has a single external dependency, [robotstxt](https://github.com/temoto/robotstxt-go). It also integrates code from the [iq package](https://github.com/kylelemons/iq).
16+
The package has a single external dependency, [robotstxt](https://github.com/temoto/robotstxt). It also integrates code from the [iq package](https://github.com/kylelemons/iq).
1717

1818
The [API documentation is available on godoc.org](http://godoc.org/github.com/PuerkitoBio/fetchbot).
1919

Diff for: doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To install, simply run in a terminal:
1717
go get github.com/PuerkitoBio/fetchbot
1818
1919
The package has a single external dependency, robotstxt
20-
(https://github.com/temoto/robotstxt-go). It also integrates code from the iq package
20+
(https://github.com/temoto/robotstxt). It also integrates code from the iq package
2121
(https://github.com/kylelemons/iq).
2222
2323
The API documentation is available on godoc.org

Diff for: fetch.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"sync"
1717
"time"
1818

19-
"github.com/temoto/robotstxt-go"
19+
"github.com/temoto/robotstxt"
2020
)
2121

2222
var (

0 commit comments

Comments
 (0)