Open Issues Need Help
View All on GitHub Go基本エンドポイント実装の学習 2 months ago
AI Summary: Implement three Go web endpoints using the `net/http` library: a sample `/api/hello` endpoint (provided), a `/api/categories` endpoint returning a JSON array of categories, and a `/api/calculator` endpoint performing basic arithmetic operations. The task requires proper error handling, JSON response formatting, and query parameter parsing.
Complexity:
3/5
enhancement good first issue