Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/ipfswatch/main: Replace coreunix.Add with coreunix.AddR
No need to convert from a path to a reader locally, when AddR will do that for us. This also future-proofs us from AddR enhancements that will pull other information about the added file from the filesystem besides the data (e.g. access mode, owner and group ID, ...).
- Loading branch information