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: go/src/infra/monorail/generate.go

Issue 2037143002: Monorail client in Go (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: more tests Created 4 years, 6 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
« no previous file with comments | « go/src/infra/monorail/ext_test.go ('k') | go/src/infra/monorail/monorail.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/monorail/generate.go
diff --git a/go/src/infra/crimson/proto/generate.go b/go/src/infra/monorail/generate.go
similarity index 67%
copy from go/src/infra/crimson/proto/generate.go
copy to go/src/infra/monorail/generate.go
index 094bb3f6724e3d2612490ffe7144129148a1de2b..a73995d62c0b20fc101a3e3b8a32ccc9c26ea533 100644
--- a/go/src/infra/crimson/proto/generate.go
+++ b/go/src/infra/monorail/generate.go
@@ -2,9 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package crimson
+package monorail
//go:generate go install github.com/luci/luci-go/tools/cmd/cproto
//go:generate cproto
-//go:generate go install github.com/luci/luci-go/tools/cmd/svcdec
-//go:generate svcdec -type GreeterServer
« no previous file with comments | « go/src/infra/monorail/ext_test.go ('k') | go/src/infra/monorail/monorail.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698