diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 5a116ad..7b1b04a 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -42,6 +42,7 @@ jobs: - S3-Keploy - sse-svelte - users-profile + - book-store-inventory steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 5ec05c4..d559812 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ This repo contains the sample for [Keploy's](https://keploy.io)🐰 with Golang. 14. [SSE-Svelte](https://github.com/keploy/samples-go/tree/main/sse-svelte) 15. [Users-Profile](https://github.com/keploy/samples-go/tree/main/users-profile) 16. [HTTP-PokeAPI](https://github.com/keploy/samples-go/tree/main/http-pokeapi) +17. [book-store-inventory (`gin + sqlite`) ](https://github.com/keploy/samples-go/tree/main/book-store-inventory) ## Community Support ❤️