From de6bd515eaef0a5c05fc04cdb3853df4f98c7c13 Mon Sep 17 00:00:00 2001 From: Carl Jackson Date: Tue, 6 Jan 2015 00:40:33 +0100 Subject: [PATCH] Revert "Force use of fallback chanpool on App Engine" This has been fixed in v1.9.17 of App Engine: https://code.google.com/p/googleappengine/issues/detail?id=11346 This reverts commit 9556e1736d72993303989f72b3fef2450d121d92. Fixes #67. --- web/chanpool.go | 2 +- web/cpool.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/chanpool.go b/web/chanpool.go index 26b675e..fbe2977 100644 --- a/web/chanpool.go +++ b/web/chanpool.go @@ -1,4 +1,4 @@ -// +build !go1.3 appengine +// +build !go1.3 package web diff --git a/web/cpool.go b/web/cpool.go index a95333c..59f8764 100644 --- a/web/cpool.go +++ b/web/cpool.go @@ -1,4 +1,4 @@ -// +build go1.3,!appengine +// +build go1.3 package web