To use this repository, you should press "Use this template" button. It will clone this repo to another location.
This repository is not ready after cloning, and you should follow a few steps:
Replace placeholder to match your new repo:
github.com/rwlist/bot
github.com/<org>/<repo>
Replace placeholder with Arthur Petukhovsky:
Arthur Petukhovsky
Appropriate Name
Replace the last placeholder with project name:
bot
your-project
Remove this from README and write some code.
You can also check if everything is ok by running existing code:
# this will download dependencies
go mod download
# this will run existing code
go run main.go
# now program should be running without errors, until Ctrl+C is pressed