| Index: appengine/cmd/dm/distributor/protos/gen.go
|
| diff --git a/appengine/cmd/dm/distributor/protos/gen.go b/appengine/cmd/dm/distributor/protos/gen.go
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e5dac488fad467664080db81b89adc7c9354c4c4
|
| --- /dev/null
|
| +++ b/appengine/cmd/dm/distributor/protos/gen.go
|
| @@ -0,0 +1,13 @@
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| +// 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=Mjobsim/jobsim.proto=github.com/luci/luci-go/appengine/cmd/dm/distributor/protos/jobsim,MswarmingV1/swarmingV1.proto=github.com/luci/luci-go/appengine/cmd/dm/distributor/protos/swarmingV1:. distributor.proto
|
| +
|
| +package distributor
|
| +
|
| +import (
|
| + "github.com/golang/protobuf/proto"
|
| +)
|
| +
|
| +var _ = proto.Marshal
|
|
|