Remove old Go fetch-pokeapi tool, update README for import-pokedb (#13)
All checks were successful
CI / backend-lint (push) Successful in 7s
CI / frontend-lint (push) Successful in 29s

The Go tool in tools/fetch-pokeapi/ has been fully replaced by the
Python import-pokedb tool. Removes all Go source files, updates the
README seed regeneration docs, and cleans up the .gitignore entry.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Co-authored-by: Julian Tabel <julian.tabel@synvert.com>
Reviewed-on: TheFurya/nuzlocke-tracker#13
This commit was merged in pull request #13.
This commit is contained in:
2026-02-11 13:55:38 +01:00
parent f42cee7f7a
commit 63bb3a0394
12 changed files with 24 additions and 1611 deletions

2
.gitignore vendored
View File

@@ -64,8 +64,6 @@ temp/
.pokeapi_cache/
.pokedb_cache/
# Go build output
tools/fetch-pokeapi/fetch-pokeapi
# Local config overrides
*.local