From 743f2e10ada15fe319932eee36c87177fd7cfbf6 Mon Sep 17 00:00:00 2001 From: Sanchit Jain Date: Tue, 26 Sep 2023 10:25:17 -0400 Subject: [PATCH] chore: readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3712b29..3f39c5f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ This repository demonstrates the implementation of the Service Repository Layer >📝 More subdomains will be added as the project expands. ->🏗️ Testing coverage is also WIP ## Getting Started #### Please note that this project was designed to be run with a Postgres database however, you may also init the project with an in-memory store to test it out. @@ -147,7 +146,8 @@ To run unit tests for services and repositories, use the following command: ``` go test ./... ``` - +--- +⚙️ More tests to come! ## Notes Check out `main.go` for an implementation of `Echo`'s graceful shutdown feature!