More work on Writer

Adding files to the Writer should work properly now (except symlinks)
Threaded the adding of files.
Added ability to ignore errors when adding files.
This commit is contained in:
Caleb Gardner
2021-01-03 04:39:39 -06:00
parent 9524a2c192
commit 43fe4f91a2
2 changed files with 131 additions and 29 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ require (
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)
)