Closed mikewiacek closed 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.
This should do what you'd like and make the overall behavior more idiomatic.
LGTM!
Support downloading a zone file to an io.Writer allows code reuse and the hidden effects of calling os.Create within a function.