URL monitor written in Go.
@TODO
- Write tests
- Get urls from a txt-file etc.
SLACK_WEBHOOK_URL="https://hooks.slack.com/services/id"
REDIS_HOST="0.0.0.0"
REDIS_PASSWORD=""
For the moment it's located in main.go
urls = []string{"https://www.google.com/urldoesntexist", "https://www.google.com/"}
go run main.go