8000 GitHub - ChrisVilches/cpdiff at v2.0.5
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ChrisVilches/cpdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpdiff

Installation

From source

git clone https://github.com/ChrisVilches/cpdiff
cd cpdiff
go install

Arch Linux (AUR)

yay -S cpdiff

Development

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 ./...

About

File difference tool for competitive programming.

Resources

Stars

Watchers

Forks

Packages

No packages published
0