Skip to content

Commit

Permalink
Merge pull request ridge#2 from ridge/http-request
Browse files Browse the repository at this point in the history
add *http.Request
  • Loading branch information
feldgendler authored Jul 8, 2020
2 parents ca000fe + 45b58df commit 0ab0443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ import (
genFunc(fh, "NetIP", "net.IP")
genFunc(fh, "NetListener", "net.Listener")
genFunc(fh, "NetURL", "*url.URL")
genFunc(fh, "HTTPRequest", "*http.Request")
}

0 comments on commit 0ab0443

Please sign in to comment.