1 Open Issue Need Help Last updated: Jun 22, 2025

Open Issues Need Help

View All on GitHub

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

RecusionCSの学習用のリポジトリ

PHP