package
0.0.0-20240513190655-2e7e865f817b
Repository: https://github.com/matthiasbruns/go-school.git
Documentation: pkg.go.dev
# README
Create a server that has two endpoints:
GET /recipes
which returns a list of recipesGET /recipes/{id}
which returns a recipes from the map by its key
# Packages
No description provided by the author