From c6b854908e15b8ac536057f3d0ce73beaddb43ef Mon Sep 17 00:00:00 2001 From: Leon Silcott Date: Wed, 25 Aug 2021 09:07:31 +0100 Subject: [PATCH] Initial commit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..142dc5b --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# reply + +`reply` is a Go library that supports developers with standardising the responses sent from their API service(s). It also allows users to predefine non-successful messages and their corresponding status code based on errors passed to the `replier`. + +## Installation + +```sh +go get github.com/ooaklee/reply +```