| Index: vpython/api/env/gen.go
|
| diff --git a/vpython/api/env/gen.go b/vpython/api/env/gen.go
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a3aedde70b47f2288ad0f25d61ce8d008e192b79
|
| --- /dev/null
|
| +++ b/vpython/api/env/gen.go
|
| @@ -0,0 +1,14 @@
|
| +// Copyright 2017 The LUCI Authors. All rights reserved.
|
| +// Use of this source code is governed under the Apache License, Version 2.0
|
| +// that can be found in the LICENSE file.
|
| +
|
| +//go:generate cproto
|
| +
|
| +// Package env contains `vpython` environment definition protobufs.
|
| +package env
|
| +
|
| +import (
|
| + "github.com/golang/protobuf/proto"
|
| +)
|
| +
|
| +var _ = proto.Marshal
|
|
|