Skip to content

Commit

Permalink
add http.Handler (ridge#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
misha-ridge authored Sep 1, 2020
1 parent 0ab0443 commit 3fd4e7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ import (
genFunc(fh, "NetListener", "net.Listener")
genFunc(fh, "NetURL", "*url.URL")
genFunc(fh, "HTTPRequest", "*http.Request")
genFunc(fh, "HTTPHandler", "http.Handler")
}
6 changes: 6 additions & 0 deletions types_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3fd4e7b

Please sign in to comment.