git clone https://github.com/ChrisVilches/cpdiff
cd cpdiff
go install
yay -S cpdiff
Linting and formatting:
go fmt ./...
revive --formatter stylish ./...
In order to run tests, first build the project, then set the environment variable below to the path of the executable:
go build
INTEGRATION_TEST_EXECUTABLE=/path/cpdiff go test ./...