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

Unified Diff: server/discovery/internal/testservices/generate.go

Issue 1571393006: server/discovery: add discovery service (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@prpc-server
Patch Set: rebased 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: server/discovery/internal/testservices/generate.go
diff --git a/appengine/cmd/helloworld/proto/generate.go b/server/discovery/internal/testservices/generate.go
similarity index 92%
copy from appengine/cmd/helloworld/proto/generate.go
copy to server/discovery/internal/testservices/generate.go
index 9e0cc5f4996147f3eef025b0fbe3525db8cc717d..4864751aa50ccce241cb0a39f98b1546bbf3e79f 100644
--- a/appengine/cmd/helloworld/proto/generate.go
+++ b/server/discovery/internal/testservices/generate.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package helloworld
+package testservices
//go:generate go install github.com/luci/luci-go/tools/cmd/cproto
//go:generate cproto
« no previous file with comments | « server/discovery/internal/testservices/discovery_test.go ('k') | server/discovery/internal/testservices/helloworld.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698