Index: appengine/cmd/dm/distributor/protos/jobsim/gen.go |
diff --git a/appengine/cmd/cron/messages/generate.go b/appengine/cmd/dm/distributor/protos/jobsim/gen.go |
similarity index 79% |
copy from appengine/cmd/cron/messages/generate.go |
copy to appengine/cmd/dm/distributor/protos/jobsim/gen.go |
index 23e38ac246f3c906211574738d8ae1aae23eb1c5..acbae3af6c823ddd48071cd415782b9ed477ed2f 100644 |
--- a/appengine/cmd/cron/messages/generate.go |
+++ b/appengine/cmd/dm/distributor/protos/jobsim/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=. cron.proto |
+//go:generate protoc --go_out=. jobsim.proto |
-package messages |
+package jobsim |
import ( |
"github.com/golang/protobuf/proto" |