3 Commits

Author SHA1 Message Date
9da603f937 Add context support to GetPriceHistory function
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.
2025-01-19 23:54:17 -05:00
be3848d0b3 Update module path to use self-hosted Gitea URL
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.
2025-01-19 23:51:21 -05:00
fc8bedd474 initial commit 2024-11-13 22:08:24 -05:00