Sign in
fuchsia
/
third_party
/
github.com
/
census-instrumentation
/
opencensus-go
/
4651f24ee1b45bd729a51adb0512c6c6ab8abe24
/
.
/
internal
/
testpb
/
generate.sh
blob: 9ee6b1e263c54e684fa11ef9365291303015e3f4 [
file
] [
log
] [
blame
]
#!/bin/sh
# generate .pb.go file from .proto file.
set
-
e
protoc
--
go_out
=
plugins
=
grpc
:.
test
.
proto
echo
'//go:generate ./generate.sh
'
>>
test
.
pb
.
go