Package exitcode provides common methods to extract exit codes from errors
returned by exec.Cmd.
Get returns the process process exit return code given an error returned by
exec.Cmd's Wait or Run methods. If no exit code is present, Get will return
false.