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

Unified Diff: vpython/api/env/gen.go

Issue 2703463006: vpython: Add README and environment protobuf. (Closed)
Patch Set: comments Created 3 years, 10 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
« no previous file with comments | « vpython/README.md ('k') | vpython/api/env/spec.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « vpython/README.md ('k') | vpython/api/env/spec.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698