Maxime Delporte
|
d7ccef3713
|
Updating writeJSON helper method replacing json.Marshal() by json.MarshalIndent() method to improve responses readability. Updating README adding Performance sub-section.
|
2025-10-19 11:34:42 +02:00 |
|
Maxime Delporte
|
cb3691ce04
|
Creating writeJSON method inside helpers.go file. Using writeJSON helper inside healthcheckHandler.
|
2025-10-11 21:15:50 +02:00 |
|
Maxime Delporte
|
5b6f33c3f0
|
Creating helpers.go file : allowing us to extract readIDParam method for further use. Updating showMovieHandler with the new method.
|
2025-10-10 20:50:32 +02:00 |
|