git clone https://github.com/nezutero/tomaranai_bomber
- Run it:
cd cmd
go run main.go
- Or run it using docker:
docker build -t your_image_name .
docker run -d -p 8080:80 your_image_name
- Pull requests are welcome, for major changes, please open an issue first to discuss what you would like to change.