Skip to content

Commit

Permalink
must.NetURL(url.URL) is useless, should take *url.URL instead
Browse files Browse the repository at this point in the history
  • Loading branch information
misha-ridge committed May 27, 2020
1 parent 602a5a9 commit c15fe31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ import (
genFunc(fh, "IOWriter", "io.Writer")
genFunc(fh, "NetIP", "net.IP")
genFunc(fh, "NetListener", "net.Listener")
genFunc(fh, "NetURL", "url.URL")
genFunc(fh, "NetURL", "*url.URL")
}
2 changes: 1 addition & 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 c15fe31

Please sign in to comment.