Skip to content

Commit

Permalink
ctxhttp: Delete deprecated package.
Browse files Browse the repository at this point in the history
The ctxhttp package has been deprecated since November 13, 2018.
The golang.org/x/net/context/ctxhttp package should be used instead.
By now, there are no more known active importers of this package,
so delete it as promised in the deprecation notice.

Follows commit 58262d1.
  • Loading branch information
dmitshur committed Dec 2, 2018
1 parent 58262d1 commit 9140433
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 204 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Directories
| Path | Synopsis |
|-------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [browser](https://godoc.org/github.com/shurcooL/go/browser) | Package browser provides utilities for interacting with users' browsers. |
| [ctxhttp](https://godoc.org/github.com/shurcooL/go/ctxhttp) | Package ctxhttp provides helper functions for performing context-aware HTTP requests. |
| [gddo](https://godoc.org/github.com/shurcooL/go/gddo) | Package gddo is a simple client library for accessing the godoc.org API. |
| [generated](https://godoc.org/github.com/shurcooL/go/generated) | Package generated provides a function that parses a Go file and reports whether it contains a "// Code generated … DO NOT EDIT." line comment. |
| [gfmutil](https://godoc.org/github.com/shurcooL/go/gfmutil) | Package gfmutil offers functionality to render GitHub Flavored Markdown to io.Writer. |
Expand Down
85 changes: 0 additions & 85 deletions ctxhttp/ctxhttp.go

This file was deleted.

118 changes: 0 additions & 118 deletions ctxhttp/ctxhttp_test.go

This file was deleted.

0 comments on commit 9140433

Please sign in to comment.