Update main.go

This commit is contained in:
BitHeaven
2023-03-06 18:47:11 +05:00
committed by GitHub
parent 4cc6c079b3
commit 90927b3c02

View File

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