From 458cff5230751b488dc6eb6d2adb799ff544f6be Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Thu, 18 Dec 2014 17:01:26 -0500 Subject: [PATCH] cmd/tipgodoc: add appenginevm build tag Fixes golang/go#9381. Change-Id: Ied5fd00475dde2b781cedff398dc9ee8d7f642a4 Signed-off-by: Shenghou Ma Reviewed-on: https://go-review.googlesource.com/1801 Reviewed-by: Brad Fitzpatrick --- cmd/tipgodoc/tip.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/tipgodoc/tip.go b/cmd/tipgodoc/tip.go index 12a3f4db..cde3857c 100644 --- a/cmd/tipgodoc/tip.go +++ b/cmd/tipgodoc/tip.go @@ -2,6 +2,8 @@ // Use of this source code is governed by the Apache 2.0 // license that can be found in the LICENSE file. +// +build appenginevm + // Command tipgodoc is the beginning of the new tip.golang.org server, // serving the latest HEAD straight from the Git oven. package main