mirror of
https://github.com/nikoksr/notify.git
synced 2024-11-24 08:22:18 +02:00
Minor update for slack usage doc
This commit is contained in:
parent
20a53512fb
commit
dbf6bf12f1
@ -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