]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/godoc: s/ignore/appengine/ in appinit.go +build constraint
authorAndrew Gerrand <adg@golang.org>
Wed, 14 Mar 2012 03:02:59 +0000 (14:02 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 14 Mar 2012 03:02:59 +0000 (14:02 +1100)
R=golang-dev
CC=golang-dev
https://golang.org/cl/5784072

src/cmd/godoc/appinit.go

index 343e196f261942fd0c8593fe199a83d691a65655..6bffedb5c0b0d9e1144f4f81fb11452a4db69dad 100644 (file)
@@ -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