Skip to content

Instantly share code, notes, and snippets.

@ronoaldo
Last active April 22, 2016 15:40
Show Gist options
  • Save ronoaldo/7ec49916d990b2dab405bd81ebf40b55 to your computer and use it in GitHub Desktop.
Save ronoaldo/7ec49916d990b2dab405bd81ebf40b55 to your computer and use it in GitHub Desktop.
diff --git a/vendor/golang.org/x/net/context/ctxhttp/cancelreq.go b/vendor/golang.org/x/net/context/ctxhttp/cancelreq.go
index 48610e3..214fbaf 100644
--- a/vendor/golang.org/x/net/context/ctxhttp/cancelreq.go
+++ b/vendor/golang.org/x/net/context/ctxhttp/cancelreq.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 go1.5
+// +build !appengine
package ctxhttp
diff --git a/vendor/golang.org/x/net/context/ctxhttp/cancelreq_go14.go b/vendor/golang.org/x/net/context/ctxhttp/cancelreq_go14.go
index 56bcbad..116c07f 100644
--- a/vendor/golang.org/x/net/context/ctxhttp/cancelreq_go14.go
+++ b/vendor/golang.org/x/net/context/ctxhttp/cancelreq_go14.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 !go1.5
+// +build appengine
package ctxhttp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment