From 51275d60aa90ca290aee3aab4eee005d0a5cc562 Mon Sep 17 00:00:00 2001 From: Nishant Bansal <103022832+NishantBansal2003@users.noreply.github.com> Date: Thu, 30 Jan 2025 16:10:57 +0530 Subject: [PATCH] add go-grpc linter and update readme (#131) Signed-off-by: Nishant Bansal --- .github/workflows/golangci-lint.yml | 1 + README.md | 26 +++++++++++++++++--------- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 647ce959..5a116ad8 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -31,6 +31,7 @@ jobs: - fasthttp-postgres - gin-mongo - gin-redis + - go-grpc - go-jwt - go-twilio - graphql-sql diff --git a/README.md b/README.md index 21f5fc38..5ec05c4b 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,23 @@ This repo contains the sample for [Keploy's](https://keploy.io)🐰 with Golang. ## Go Sample Apps with Keploy -1. [Echo-SQL](https://github.com/keploy/samples-go/tree/main/echo-sql) -2. [Fasthttp-Postgress](https://github.com/sarthaksarthak9/samples-go/tree/main/fasthttp-postgres) -3. [Gin-Mongo](https://github.com/keploy/samples-go/tree/main/gin-mongo) -4. [Gin-Redis](https://github.com/sarthaksarthak9/samples-go/tree/main/gin-redis) -5. [GraphQL-SQL](https://github.com/keploy/samples-go/tree/main/graphql-sql) -6. [Mux-SQL](https://github.com/keploy/samples-go/tree/main/mux-sql) -7. [S3-Keploy](https://github.com/sarthaksarthak9/samples-go/tree/main/S3-Keploy) -8. [SSE-Svelte](https://github.com/sarthaksarthak9/samples-go/tree/main/sse-svelte) -9. [Users-Profile](https://github.com/keploy/samples-go/tree/main/users-profile) +1. [Echo-MySQL](https://github.com/keploy/samples-go/tree/main/echo-mysql) +2. [Echo-SQL](https://github.com/keploy/samples-go/tree/main/echo-sql) +3. [Fasthttp-Postgress](https://github.com/keploy/samples-go/tree/main/fasthttp-postgres) +4. [Gin-Mongo](https://github.com/keploy/samples-go/tree/main/gin-mongo) +5. [Gin-Redis](https://github.com/keploy/samples-go/tree/main/gin-redis) +6. [Go-Grpc](https://github.com/keploy/samples-go/tree/main/go-grpc) +7. [Go-Jwt](https://github.com/keploy/samples-go/tree/main/go-jwt) +8. [Go-Twilio](https://github.com/keploy/samples-go/tree/main/go-twilio) +9. [GraphQL-SQL](https://github.com/keploy/samples-go/tree/main/graphql-sql) +10. [Mux-SQL](https://github.com/keploy/samples-go/tree/main/mux-sql) +11. [Mux-Elasticsearch](https://github.com/keploy/samples-go/tree/main/mux-elasticsearch) +12. [Mux-MySQL](https://github.com/keploy/samples-go/tree/main/mux-mysql) +13. [S3-Keploy](https://github.com/keploy/samples-go/tree/main/S3-Keploy) +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) + ## Community Support ❤️