~george-edison55/+junk/golang-github-zenazn-goji

  • Committer: Carl Jackson
  • Author(s): Maxim Eremenko
  • Date: 2019-06-02 02:26:47 UTC
  • Revision ID: git-v1:a16712d37ba72246f71f9c8012974d46f8e61d16
Remove CloseNotifier for go 1.8+

http.CloseNotifier is deprecated as of Go 1.11, with a note that "the
CloseNotifier interface predates Go's context package. New code should
use Request.Context instead."

Signed-off-by: Maxim Eremenko <moeryomenko@gmail.com>
Filename Latest Rev Last Changed Committer Comment Size
..
bind 3 10 years ago Carl Jackson Socket bind helper package Package bind provides Diff
example 29 10 years ago Carl Jackson Add an example app. I'm totally not making fun of Diff
graceful 4 10 years ago Carl Jackson Graceful shutdown package Package graceful provid Diff
web 6 10 years ago Carl Jackson A wild web framework appears They say that every Diff
.travis.yml 222 5 years ago Carl Jackson Bump Go versions and use '.x' to always get latest 313 bytes Diff Download File
default.go 180 9 years ago Carl Jackson Use "vanity" types to clarify use of interface{} 3.6 KB Diff Download File
goji.go 130 9 years ago Carl Jackson Better top-level AppEngine support 1002 bytes Diff Download File
LICENSE 212.1.1 8 years ago Christian Rocha Well, actually, it’s 2016 at this point. 1 KB Diff Download File
README.md 214 7 years ago Carl Jackson Document deprecation, stability This has been a l 6.8 KB Diff Download File
serve.go 199.1.1 8 years ago David Bartley Ensure flags are parsed before calling bind.Defaul 1.2 KB Diff Download File
serve_appengine.go 173 9 years ago Carl Jackson Get rid of many appengine build tags This is now 470 bytes Diff Download File