Closed adowair closed 1 year ago
This commit introduces WrapCopier, which returns a function that implements exactly the functionality of atomic.WriteFile, except with a custom copier. This can be useful when some custom copy behavior (other than io.Copy) is desired.
This PR resolves #21.
Closing this pull request as it has not received feedback.
This commit introduces WrapCopier, which returns a function that implements exactly the functionality of atomic.WriteFile, except with a custom copier. This can be useful when some custom copy behavior (other than io.Copy) is desired.
This PR resolves #21.