Refactored GetPriceHistory to accept a context parameter, enabling better control over request lifecycle and cancellation. Updated the main function and deferred body close logic to align with the new context usage. This improves code robustness and readability.
Changed the Go module path to point to the self-hosted Gitea repository. Updated import statements in the main package to reflect the new module path. This ensures alignment with the updated hosting environment.