Skip to content

Commit 7efd28c

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
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

doc.go

Lines changed: 1 addition & 1 deletion
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

fetch.go

Lines changed: 1 addition & 1 deletion
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)