copy
copy copied to clipboard
Return error instead of causing panics
It's bad practice to cause panics in a library. Recover inside your package and return an error If you must use panics.