From ace7d2649973382c763987568a78bfa7a021cae8 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 14 Mar 2012 14:02:59 +1100 Subject: [PATCH] cmd/godoc: s/ignore/appengine/ in appinit.go +build constraint R=golang-dev CC=golang-dev https://golang.org/cl/5784072 --- src/cmd/godoc/appinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/godoc/appinit.go b/src/cmd/godoc/appinit.go index 343e196f26..6bffedb5c0 100644 --- a/src/cmd/godoc/appinit.go +++ b/src/cmd/godoc/appinit.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build ignore +// +build appengine package main -- 2.50.0