-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(http): Deprecate HandleFunc, remove duplication (#260)
The Handler.HandleFunc is unnecessary as all uses can be replaced with Handler.Handle (an http.HandlerFunc implements http.Handler).
- Loading branch information
1 parent
d099f87
commit 36c7432
Showing
1 changed file
with
9 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters