From 0b189e019aabcec0af8e433b10b3073ad9382b44 Mon Sep 17 00:00:00 2001 From: Simon Eskildsen Date: Sat, 7 Feb 2015 20:27:43 +0000 Subject: [PATCH] terminal: don't exclude appengine --- terminal_notwindows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal_notwindows.go b/terminal_notwindows.go index 80edd32..b8bebc1 100644 --- a/terminal_notwindows.go +++ b/terminal_notwindows.go @@ -3,7 +3,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build linux,!appengine darwin freebsd openbsd +// +build linux darwin freebsd openbsd package logrus