From 24437a6651182ec2c95561622ef74f57b6884be3 Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Tue, 9 Oct 2012 13:15:42 +1100 Subject: [PATCH] go.crypto: various: fix appengine compatibility Fixes golang/go#4102. R=russross, minux.ma, rsc, agl CC=golang-dev https://golang.org/cl/6623053 --- util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.go b/util.go index 67b287c..daa36d7 100644 --- a/util.go +++ b/util.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 linux +// +build linux,!appengine // Package terminal provides support functions for dealing with terminals, as // commonly found on UNIX systems.