Skip to content

Commit 51275d6

Browse files
add go-grpc linter and update readme (#131)
Signed-off-by: Nishant Bansal <[email protected]>
1 parent 42164c1 commit 51275d6

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- fasthttp-postgres
3232
- gin-mongo
3333
- gin-redis
34+
- go-grpc
3435
- go-jwt
3536
- go-twilio
3637
- graphql-sql

README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,23 @@ This repo contains the sample for [Keploy's](https://keploy.io)🐰 with Golang.
1818

1919
## Go Sample Apps with Keploy
2020

21-
1. [Echo-SQL](https://github.com/keploy/samples-go/tree/main/echo-sql)
22-
2. [Fasthttp-Postgress](https://github.com/sarthaksarthak9/samples-go/tree/main/fasthttp-postgres)
23-
3. [Gin-Mongo](https://github.com/keploy/samples-go/tree/main/gin-mongo)
24-
4. [Gin-Redis](https://github.com/sarthaksarthak9/samples-go/tree/main/gin-redis)
25-
5. [GraphQL-SQL](https://github.com/keploy/samples-go/tree/main/graphql-sql)
26-
6. [Mux-SQL](https://github.com/keploy/samples-go/tree/main/mux-sql)
27-
7. [S3-Keploy](https://github.com/sarthaksarthak9/samples-go/tree/main/S3-Keploy)
28-
8. [SSE-Svelte](https://github.com/sarthaksarthak9/samples-go/tree/main/sse-svelte)
29-
9. [Users-Profile](https://github.com/keploy/samples-go/tree/main/users-profile)
21+
1. [Echo-MySQL](https://github.com/keploy/samples-go/tree/main/echo-mysql)
22+
2. [Echo-SQL](https://github.com/keploy/samples-go/tree/main/echo-sql)
23+
3. [Fasthttp-Postgress](https://github.com/keploy/samples-go/tree/main/fasthttp-postgres)
24+
4. [Gin-Mongo](https://github.com/keploy/samples-go/tree/main/gin-mongo)
25+
5. [Gin-Redis](https://github.com/keploy/samples-go/tree/main/gin-redis)
26+
6. [Go-Grpc](https://github.com/keploy/samples-go/tree/main/go-grpc)
27+
7. [Go-Jwt](https://github.com/keploy/samples-go/tree/main/go-jwt)
28+
8. [Go-Twilio](https://github.com/keploy/samples-go/tree/main/go-twilio)
29+
9. [GraphQL-SQL](https://github.com/keploy/samples-go/tree/main/graphql-sql)
30+
10. [Mux-SQL](https://github.com/keploy/samples-go/tree/main/mux-sql)
31+
11. [Mux-Elasticsearch](https://github.com/keploy/samples-go/tree/main/mux-elasticsearch)
32+
12. [Mux-MySQL](https://github.com/keploy/samples-go/tree/main/mux-mysql)
33+
13. [S3-Keploy](https://github.com/keploy/samples-go/tree/main/S3-Keploy)
34+
14. [SSE-Svelte](https://github.com/keploy/samples-go/tree/main/sse-svelte)
35+
15. [Users-Profile](https://github.com/keploy/samples-go/tree/main/users-profile)
36+
16. [HTTP-PokeAPI](https://github.com/keploy/samples-go/tree/main/http-pokeapi)
37+
3038

3139
## Community Support ❤️
3240

0 commit comments

Comments
 (0)