mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
2
vendor/github.com/digitalocean/godo/links.go
generated
vendored
2
vendor/github.com/digitalocean/godo/links.go
generated
vendored
@@ -59,7 +59,7 @@ func (l *Links) IsLastPage() bool {
|
||||
}
|
||||
|
||||
func (p *Pages) isLast() bool {
|
||||
return p.Last == ""
|
||||
return p.Next == ""
|
||||
}
|
||||
|
||||
func pageForURL(urlText string) (int, error) {
|
||||
|
||||
Reference in New Issue
Block a user