dsync
dsync copied to clipboard
A distributed sync package.
Most information is README.md is now outdated AFAICT.
Added no-so-detailed comments to resolve the `golint` errors. I currently don't have a full understanding of the project. However, I have started reading through the codebase and the README. The...
``` $ golint ./... drwmutex.go:50:6: exported type Granted should have comment or be unexported drwmutex.go:52:2: struct field lockUid should be lockUID drwmutex.go:63:6: exported type LockArgs should have comment or be...