From d8fe21b89cd83ec3fcbec4562e95020ee91c598e Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 26 Mar 2012 11:11:57 -0700 Subject: [PATCH] appengine: +build lines earlier, where they work. this code still not updated for Go 1, though. Change-Id: I2c3c9c6d236906fe945684307c71ab2e9702861b --- server/go/appengine/camli/appengine/aeindex.go | 4 ++-- server/go/appengine/camli/appengine/common.go | 4 ++-- server/go/appengine/camli/appengine/main.go | 4 ++-- server/go/appengine/camli/appengine/storage.go | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/server/go/appengine/camli/appengine/aeindex.go b/server/go/appengine/camli/appengine/aeindex.go index 084be56b7..7615f5246 100644 --- a/server/go/appengine/camli/appengine/aeindex.go +++ b/server/go/appengine/camli/appengine/aeindex.go @@ -1,3 +1,5 @@ +// +build appengine + /* Copyright 2011 Google Inc. @@ -14,8 +16,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -// +build appengine - package appengine import ( diff --git a/server/go/appengine/camli/appengine/common.go b/server/go/appengine/camli/appengine/common.go index 4fc747f36..5530f8ae3 100644 --- a/server/go/appengine/camli/appengine/common.go +++ b/server/go/appengine/camli/appengine/common.go @@ -1,3 +1,5 @@ +// +build appengine + /* Copyright 2011 Google Inc. @@ -14,8 +16,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -// +build appengine - package appengine import ( diff --git a/server/go/appengine/camli/appengine/main.go b/server/go/appengine/camli/appengine/main.go index 912897182..d44d71131 100644 --- a/server/go/appengine/camli/appengine/main.go +++ b/server/go/appengine/camli/appengine/main.go @@ -1,3 +1,5 @@ +// +build appengine + /* Copyright 2011 Google Inc. @@ -14,8 +16,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -// +build appengine - package appengine import ( diff --git a/server/go/appengine/camli/appengine/storage.go b/server/go/appengine/camli/appengine/storage.go index 92a02b0e2..ac12e2faf 100644 --- a/server/go/appengine/camli/appengine/storage.go +++ b/server/go/appengine/camli/appengine/storage.go @@ -1,3 +1,5 @@ +// +build appengine + /* Copyright 2011 Google Inc. @@ -14,8 +16,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -// +build appengine - package appengine import (