commit | b8a8fe84550c471770e6c218a19534a107894ac3 | [log] [tgz] |
---|---|---|
author | Suharsh Sivakumar <suharshs@google.com> | Wed Jan 14 16:54:32 2015 -0800 |
committer | Suharsh Sivakumar <suharshs@google.com> | Wed Jan 14 16:54:32 2015 -0800 |
tree | 8b12f4fad2cc3b903d8334635e80fe622cb13782 | |
parent | 98aa48c6fcb4ad9cad5be3987c34249af2bc93d0 [diff] |
veyron/profiles/gce: TBR: Add missing build tag. Change-Id: I912fc5d54f5ca7195a8796467f159eb27e5c61cb
diff --git a/profiles/gce/initx.go b/profiles/gce/initx.go index 839e270..2353eae 100644 --- a/profiles/gce/initx.go +++ b/profiles/gce/initx.go
@@ -1,3 +1,7 @@ +// +build linux + +// Package gce provides a profile for Google Compute Engine and should be +// used by binaries that only ever expect to be run on GCE. package gce import (