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