Added: fetching polish articles

This commit is contained in:
Oliwier Adamczyk
2025-10-04 18:19:02 +02:00
parent fdd1c98e75
commit f542f01b49
11 changed files with 309 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
package wikipediadl
import "errors"
var (
ErrArticleFetchFailed = errors.New("wikipediadl: failed to fetch articles")
)