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

Unified Diff: client/cmd/rpc/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: client/cmd/rpc/generate.go
diff --git a/tools/cmd/cproto/testdata/twoFiles/2.proto b/client/cmd/rpc/generate.go
similarity index 63%
copy from tools/cmd/cproto/testdata/twoFiles/2.proto
copy to client/cmd/rpc/generate.go
index 8ce0b85d6294f310e33e7bab1150d367c4e0eb06..eef06a57d7aeaef66de299051d329d3d25c0a3af 100644
--- a/tools/cmd/cproto/testdata/twoFiles/2.proto
+++ b/client/cmd/rpc/generate.go
@@ -2,10 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-syntax = "proto3";
+package main
-package test;
-
-service S2 {
-
-}
+//go:generate protoc -oprinter_test.desc --include_source_info printer_test.proto
« no previous file with comments | « client/cmd/rpc/doc.go ('k') | client/cmd/rpc/main.go » ('j') | client/cmd/rpc/main_test.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698