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

Unified Diff: appengine/cmd/dm/distributor/protos/swarmingV1/gen.go

Issue 1537883002: Initial distributor implementation (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: work in progress 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: appengine/cmd/dm/distributor/protos/swarmingV1/gen.go
diff --git a/server/auth/service/protocol/generate.go b/appengine/cmd/dm/distributor/protos/swarmingV1/gen.go
similarity index 77%
copy from server/auth/service/protocol/generate.go
copy to appengine/cmd/dm/distributor/protos/swarmingV1/gen.go
index 447d48f283843febbad28f8733a6dd0901d0fb04..83ae4928104d4a54bab78394e57226d27b6b7389 100644
--- a/server/auth/service/protocol/generate.go
+++ b/appengine/cmd/dm/distributor/protos/swarmingV1/gen.go
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-//go:generate protoc --go_out=. replication.proto
+//go:generate protoc --go_out=. swarmingV1.proto
-package protocol
+package swarmingV1
import (
"github.com/golang/protobuf/proto"

Powered by Google App Engine
This is Rietveld 408576698