internal: fix profiling go generate proto file path (#3285)

This commit is contained in:
Menghan Li 2019-12-27 10:20:02 -08:00 committed by GitHub
parent aa428f8ea4
commit c618975385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
// This package and all its methods are EXPERIMENTAL.
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 (
"context"