From 4ee5661b2f50d4d5ae66236ac11c985e6f9b1acb Mon Sep 17 00:00:00 2001 From: ajikamaludin Date: Thu, 25 Aug 2022 15:03:30 +0700 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 571b7e4..ec789ca 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ go-outline grpcurl protoc-gen-go-grpc protoc-gen-swagger ### Setup Project - create `proto` dir - create versioning dir and service dir `health` +- exec `get-lib.sh` in `proto` dir to download / get important library to use by `health.proto` usage is in compile proto file - create proto file `health.proto` - compile / generate proto with `compile-proto.sh` in proto dir @@ -114,7 +115,7 @@ service HealthService { } } ``` -- re - compile / re - generate proto with `compile-proto.sh` in proto dir +- re - compile / re - generate proto with execute `compile-proto.sh` in proto dir - `go mod tidy` - `go get "github.com/gorilla/handlers"` TODO: what is for ? - create `http.go` in router dir and implement NewHTTPServer and register health api service