mirror of
https://github.com/pischule/go-mention-all-bot.git
synced 2025-12-19 06:56:43 +00:00
11 lines
187 B
Markdown
11 lines
187 B
Markdown
# 🦄 go-mention-bot
|
|
|
|
Implementation of [mention-all-the-bot](https://github.com/pischule/mention-all-bot) in Go
|
|
|
|
## how to run this
|
|
|
|
```bash
|
|
$ export TOKEN=???????
|
|
$ go run main.go
|
|
```
|