From de1a10559b81d9b380fea186d08fb7a8b6476c0a Mon Sep 17 00:00:00 2001 From: Eric Gavaletz Date: Wed, 2 Oct 2013 11:56:56 -0400 Subject: [PATCH] Still more patching for GAE compatibility. After removing some of the server files from the GAE build we hit another undefined: ResponseWriter. --- xfr.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xfr.go b/xfr.go index f30beb95..bd440476 100644 --- a/xfr.go +++ b/xfr.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build !appengine + package dns // New Transfer