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

Commit

Permalink
Add io.Reader (d'oh!) (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
misha-ridge authored Jun 20, 2021
1 parent f3aa966 commit aab5645
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 @@ -75,6 +75,7 @@ import (
genFunc(fh, "OSFile", "*os.File")
genFunc(fh, "OSFileInfo", "os.FileInfo")
genFunc(fh, "OSFileInfos", "[]os.FileInfo")
genFunc(fh, "IOReader", "io.Reader")
genFunc(fh, "IOReadCloser", "io.ReadCloser")
genFunc(fh, "IOWriter", "io.Writer")
genFunc(fh, "NetIP", "net.IP")
Expand Down
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 aab5645

Please sign in to comment.