From 8dc06bd49c733c238fd7fa28177f27ad90714f42 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 14 Mar 2013 19:43:25 -0700 Subject: [PATCH] App Engine: +build hide restart_unix.go Otherwise won't deploy on App Engine. Change-Id: I24df0e20c03eb5864e2a791671be88e039ca63b6 --- pkg/osutil/restart_unix.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/osutil/restart_unix.go b/pkg/osutil/restart_unix.go index 03d4dd4a1..61ad64cc9 100644 --- a/pkg/osutil/restart_unix.go +++ b/pkg/osutil/restart_unix.go @@ -1,3 +1,4 @@ +// +build !appengine // +build linux darwin freebsd netbsd openbsd /*