lanrat / czds

simple golang API and tools to interact with czds.icann.org
https://pkg.go.dev/github.com/lanrat/czds
GNU General Public License v3.0
72 stars 14 forks source link

support downloading to a writer #5

Closed mikewiacek closed 5 years ago

mikewiacek commented 5 years ago

Support downloading a zone file to an io.Writer allows code reuse and the hidden effects of calling os.Create within a function.

mikewiacek commented 5 years ago

This should do what you'd like and make the overall behavior more idiomatic.

lanrat commented 5 years ago

LGTM!