Recreating TreeHacks/botnet-hackpack in go as my first project in the language.
The original project just includes a binary for the master. I'm rewriting both the bot and master here.
pre-commit hooks should be installed before commiting.
Instructions for installing pre-commit itself are here. To install hooks run pre-commit install
.
Hook dependencies:
- go (obviously)
- go-critic
- golangci-lint
Hooks can be run manually with pre-commit run --all-files