1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-01-03 22:52:23 +02:00

Merge branch 'main' into service/line

This commit is contained in:
Yoel Susanto 2021-03-06 21:13:05 +07:00
commit fb2507c54d

View File

@ -42,12 +42,14 @@ func main() {
// Send a message
_ = notifier.Send(
context.Background(),
"Hello :wave:\n",
"I am a bot written in Go!",
)
// Code isn't working and need to debug? Use this code below:
// x := notifier.Send(
// context.Background(),
// "Hello :wave:\n",
// "I am a bot written in Go!",
// )