Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 731 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 731 Bytes

treehacks-botnet-go

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

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:

Hooks can be run manually with pre-commit run --all-files