Tools
Useful tools.
Opengrep¶
Opengrep is a non-sucky version of Semgrep that doesn't hide features.
Download it at https://github.com/opengrep/opengrep/releases/.
For Arch Linux users
If you get libcrypt.so.1: cannot open shared object file, install libxcrypt-compat with sudo pacman -S libxcrypt-compat.
Common usage:
| Bash | |
|---|---|
goimports-reviser¶
This tool organizes imports into three groups -- std, 3rdparty, ours.
Install with
| Bash | |
|---|---|
Format all code:
| Bash | |
|---|---|