Update main.go

This commit is contained in:
BitHeaven 2023-03-06 18:47:11 +05:00 committed by GitHub
parent 4cc6c079b3
commit 90927b3c02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ func main() {
allPosts := []Post{} allPosts := []Post{}
nlimit := (*postLimit) nlimit := (*postLimit)
i := 1 i := 0
for { for {
fmt.Printf("Fetching page %d...", i) fmt.Printf("Fetching page %d...", i)