Formatter for custom go formatting (Folds error handlers)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pixdigit 0b61786e37
changed regex to make everything one liner
5 years ago
LICENSE added LICENSE 5 years ago
README.md Update README.md 5 years ago
goErrFmt.go changed regex to make everything one liner 5 years ago

README.md

goErrFmt

A tool to deal with formatting error handling in Go code.

Simple return statements inside a if err != nil will be moved inline so to not disrupt code flow