Dr. Bracket is a software that helps you in detecting unbalanced brackets in your projects. It scans your files and folders to check the correctness of the bracket sequence adopted, detecting missing or interleaved brackets.
To build the application you need to install the make
command and the go toolchain from here.
MacOS users can install the toolchain using homebrew:
brew install go
Then install the application with:
make install