Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 563 Bytes

CONTRIBUTION.md

File metadata and controls

27 lines (20 loc) · 563 Bytes

Contributing

KAD is a personal project which I try to maintain the the best of my ability on the side. I have had a hard time keeping up with the maintenance in recent years, mainly due to time, but I do intend to continue to maintain this project.

Testing

Please test your changes against the existing output to confirm compatibility.

# simple output
cd kad
go test ./test

# detailed output
cd kad/test
go test
# use git status to check file changes
git status

# use git diff to check content changes
git diff