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

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

Issue 2705623003: vpython: Add environment spec package. (Closed)
Patch Set: env to vpython, 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 | « no previous file | 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
deleted file mode 100644
index a3aedde70b47f2288ad0f25d61ce8d008e192b79..0000000000000000000000000000000000000000
--- a/vpython/api/env/gen.go
+++ /dev/null
@@ -1,14 +0,0 @@
-// 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 | « no previous file | vpython/api/env/spec.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698