go-maildir v0.2.0
This release contains the following breaking changes:
- Dir.Create has been renamed to Dir.Init
- NewDelivery is now a top-level function
Simon Ser (5):
Make NewDelivery a top-level function
Use testing.TB instead of function pointers
Rename Dir.Create to Init
Update tests to use Dir.Init
Add Dir.Create