Skip to content

Commit 8564266

Browse files
Merge pull request #19 from commitdev/update-sprout-config
remove hello world
2 parents 79c3ae4 + 6fb5310 commit 8564266

File tree

12 files changed

+0
-468
lines changed

12 files changed

+0
-468
lines changed

example/hello-world/hello-world-idl/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,17 @@ generate: generate-grpc generate-web generate-http
3131
generate-grpc:
3232
mkdir -p gen/go
3333
protoc ${PROTO_SOURCES} --go_out=plugins=grpc,paths=source_relative:proto ./proto/health/*.proto
34-
protoc ${PROTO_SOURCES} --go_out=plugins=grpc,paths=source_relative:proto ./proto/helloworld/*.proto
3534
cp -f -rv proto/proto/* gen/go
3635
rm -rf proto/proto
3736
generate-web:
3837
mkdir -p gen/web
3938
protoc ${PROTO_SOURCES} --grpc-web_out=import_style=typescript,mode=grpcwebtext:proto ./proto/health/*.proto
40-
protoc ${PROTO_SOURCES} --grpc-web_out=import_style=typescript,mode=grpcwebtext:proto ./proto/helloworld/*.proto
4139
cp -f -rv proto/proto/* gen/web
4240
cp -f -rv proto/Proto/* gen/web
4341
rm -rf proto/proto proto/Proto
4442
generate-http:
4543
mkdir -p gen/go
4644
protoc ${PROTO_SOURCES} --grpc-gateway_out=logtostderr=true,paths=source_relative:proto --swagger_out=logtostderr=true:proto ./proto/health/*.proto
47-
protoc ${PROTO_SOURCES} --grpc-gateway_out=logtostderr=true,paths=source_relative:proto --swagger_out=logtostderr=true:proto ./proto/helloworld/*.proto
4845
cp -f -rv proto/proto/* gen/go
4946
rm -rf proto/proto
5047

example/hello-world/hello-world-idl/gen/go/helloworld/helloworld.pb.go

Lines changed: 0 additions & 119 deletions
This file was deleted.

example/hello-world/hello-world-idl/gen/go/helloworld/helloworld.pb.gw.go

Lines changed: 0 additions & 163 deletions
This file was deleted.

example/hello-world/hello-world-idl/gen/go/helloworld/helloworld.swagger.json

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)