mirror of https://github.com/grpc/grpc-go.git
internal: fix profiling go generate proto file path (#3285)
This commit is contained in:
parent
aa428f8ea4
commit
c618975385
|
@ -24,7 +24,7 @@
|
||||||
// This package and all its methods are EXPERIMENTAL.
|
// This package and all its methods are EXPERIMENTAL.
|
||||||
package service
|
package service
|
||||||
|
|
||||||
//go:generate protoc --go_out=plugins=grpc,paths=source_relative:../proto -I../proto service.proto
|
//go:generate protoc --go_out=plugins=grpc,paths=source_relative:../proto -I../proto ../proto/service.proto
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
Loading…
Reference in New Issue