diff --git a/service/slack/usage.md b/service/slack/usage.md index f87e0a6..f865310 100644 --- a/service/slack/usage.md +++ b/service/slack/usage.md @@ -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!", // )