dave / jsgo

GopherJS compiler, serving framework and CDN.
https://jsgo.io/<path>
MIT License
269 stars 11 forks source link

server/play: Use golang.org/x/net/context/ctxhttp package #16

Closed dmitshur closed 5 years ago

dmitshur commented 5 years ago

The issue golang/go#21358 has been resolved upstream, so there's no more need to use a temporary fork of the ctxhttp package.

Also, github.com/shurcooL/go/ctxhttp has been deprecated and will be deleted on 2018-12-01, see shurcooL/go@58262d155ee0c659f3e3963bfccbac0f6a6a1d2b.

/cc @dave

dave commented 5 years ago

👍 Thanks Dmitri