- Updated some documentation
- Use
errors.Is()
instead of strict equality forhttp.ErrServerClosed
- Database initialization now return previously omitted errors
fsutil.File
now supports DTO conversionosfs.FS
new methodSub()
returns a sub OS file system- Use
path.Join()
instead of concatenation testutil.FindRootDirectory()
doesn't add a trailing slash anymore and cleans up the path. Use withpath.Join()
instead of concatenation.