Skip to content

Commit

Permalink
chore: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sjain93 committed Sep 26, 2023
1 parent 134d668 commit 743f2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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!

Expand Down

0 comments on commit 743f2e1

Please sign in to comment.