go-don
go-don copied to clipboard
API framework written in Golang.
Results
13
go-don issues
Sort by
recently updated
recently updated
newest added
Add an option to change the behaviour when the `Accept` or `Content-Type` headers are unsupported to force using the default content type.
Write doc comments for all exported functions.
It appears don will fallback to a 500 error and uses a simple format `{ "message": "Internal Server Error" }` It would be nice if it used a standard response...