Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
xxjwxc committed May 6, 2020
1 parent 9abad4b commit 2d45768
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ framework eference resources base on [go-micro](https://github.com/micro/go-micr
- [pool](https://github.com/micro/go-micro/blob/master/client/grpc/grpc_pool.go)
- [etcdv3](https://github.com/etcd-io/etcd)

# next
# install

- code tools: [protoc-gen-gmsec](https://github.com/gmsec/protoc-gen-gmsec)

- example :[example](https://github.com/gmsec/micro/tree/master/example)

-
6 changes: 4 additions & 2 deletions example/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
NAME := gmsec
gen:# 编译hello.proto
protoc --proto_path="./apidoc/proto/hello/" --gmsec_out=plugins=gmsec:./rpc/ hello.proto
source_build:
install:
./proto_install.sh
build:
source_install:
./proto_install.sh
build:
go build *.go

0 comments on commit 2d45768

Please sign in to comment.