Further patching for GAE compatibility.

Since net.ListenTCP, net.ListenUDP and net.TCPListener are not defined
in the GAE standard library these build flags will stop those files from
being imported.  A better solution would have been to break up this
monolithic package into smaller parts.
This commit is contained in:
Eric Gavaletz 2013-10-02 11:50:35 -04:00
parent 7f3472cc74
commit 41945815b8
2 changed files with 4 additions and 0 deletions

View File

@ -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
// DNS server implementation.
package dns

View File

@ -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
import (