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:
commit
fb2507c54d
@ -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!",
|
||||
// )
|
||||
|
Loading…
Reference in New Issue
Block a user