Loading console/protoc-gen-angular/README.md +6 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,12 @@ Install the `protoc-gen-angular` binary by running: ```shell go build && go install ``` Otherwise you can install it using go mod as such: ```shell go get github.com/heroiclabs/nakama/console/protoc-gen-angular ``` #### Options Options are passed to the `protoc` flag in the following way: `--angular_out=service_name=foo,filename=bar.ts:.`. Loading console/protoc-gen-angular/go.mod +1 −1 Original line number Diff line number Diff line module protoc-gen-angular module github.com/heroiclabs/nakama/console/protoc-gen-angular go 1.13 Loading Loading
console/protoc-gen-angular/README.md +6 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,12 @@ Install the `protoc-gen-angular` binary by running: ```shell go build && go install ``` Otherwise you can install it using go mod as such: ```shell go get github.com/heroiclabs/nakama/console/protoc-gen-angular ``` #### Options Options are passed to the `protoc` flag in the following way: `--angular_out=service_name=foo,filename=bar.ts:.`. Loading
console/protoc-gen-angular/go.mod +1 −1 Original line number Diff line number Diff line module protoc-gen-angular module github.com/heroiclabs/nakama/console/protoc-gen-angular go 1.13 Loading