A HACKING.md file is a document with technical information that provides guidance for contributors to understand, and to make changes to a project.
This HACKING.md file is the default HACKING.md file that I use for error handling in the Go programming-language (golang).
This HACKING.md file can be imported into an AGENTS.md and SKILLS.md file.
This can be installed into a git repo by adding it as a git submodule:
mkdir hacking
cd hacking
git submodule add https://github.com/reiver/hackingmd-go-error-handlingThis was written by Charles Iliya Krempeaux