I was watching a tutorial on concurrency in golang and after hitting a race condition the program exited with status code 66.
- What does 66 actually mean?
- Where does this come from? (If there's no standardization, how can I find the source file that defines this?)
I understand you can set the status code with the Exit pkg: https://pkg.go.dev/github.com/carlmjohnson/exitcode#Exit
I found this resource for Linux, but it's missing 3-125 https://tldp.org/LDP/abs/html/exitcodes.html