Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
add function for *http.Request (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Małota-Wójcik authored Jul 8, 2020
1 parent cb351ef commit ca000fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ package must
import (
"io"
"net"
"os"
"net/http"
"net/url"
"os"
)
`)

Expand Down
9 changes: 8 additions & 1 deletion types_gen.go

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

0 comments on commit ca000fe

Please sign in to comment.