Phillip Couto

Results 7 issues of Phillip Couto

Add an executor for running go generate on projects.

Would anyone be interested in have rdedup natively support multiple backends? Examples of a backends would be: - Local Filesystem (current) - Amazon S3 - Openstack Swift - SFTP -...

enhancement

What do you think of a reconfig command that can alter the settings of the repo like chunk size, chunking algorithm, folder nesting, etc that will allow the user to...

enhancement

These test cases are to make sure the GC logic does not delete a reachable chunk by accident. This is part of the initiative to expand testing of the code.

tests

Is this project still active?

This will allow for version referencing when using the new go modules. [Modules#version-selection](https://github.com/golang/go/wiki/Modules#version-selection)

### Current Behavior If you create an application or library using the following command: ```bash nx g @nx-go/nx-go:application apps/backend-info ``` The go.mod file will be initialized as follows: ```txt module...

type: bug