package
0.0.0-20180925033700-06ea2b7fe77a
Repository: https://github.com/hendra-huang/go-standard-layout.git
Documentation: pkg.go.dev

# Functions

BadRequest response.
InternalServerError response.
JSON sets the response as json.
NotFound response.
WithHeader add header to the response.
WithStatus define the response status code NOTE: need to be passed as the last argument because this function calls WriteHeader.

# Type aliases

WriterOption for modifying the response.