From 62211844612a0a81c59ae4150b03c83056d345b6 Mon Sep 17 00:00:00 2001 From: Saket Maurya Date: Mon, 17 Feb 2025 11:42:43 +0000 Subject: [PATCH] added: go-linter pipeline & README.md update Signed-off-by: Saket Maurya --- .github/workflows/golangci-lint.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) 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 ❤️