Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(449)

Unified Diff: common/proto/google/descriptor/generate.go

Issue 1587323003: client/cmd/rpc: RPC CLI (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@discovery
Patch Set: check status Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: common/proto/google/descriptor/generate.go
diff --git a/common/proto/google/descriptor/generate.go b/common/proto/google/descriptor/generate.go
index 7379cd52eb9e2eb9214df42594abc21273ca5c74..aad3d8f64327eb6e6ec7b679f43179a9ca78bf86 100644
--- a/common/proto/google/descriptor/generate.go
+++ b/common/proto/google/descriptor/generate.go
@@ -3,6 +3,7 @@
// found in the LICENSE file.
//go:generate protoc --go_out=import_path=github.com/luci/luci-go/common/proto/google:. descriptor.proto
+//go:generate protoc -outil_test.desc util_test.proto
package descriptor

Powered by Google App Engine
This is Rietveld 408576698