Closed tingyuz closed 5 years ago
Currently status codes ( such as 200, 201, 401 etc) are being used in the codebase. It is better to use http.StatusOK etc for readability and maintenance.
This issue is covered with #61
Currently status codes ( such as 200, 201, 401 etc) are being used in the codebase. It is better to use http.StatusOK etc for readability and maintenance.