Skip to content

Commit

Permalink
Use built-in errors package
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohan460 committed May 3, 2022
1 parent 439edc3 commit 6ee76f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conversation.go
Expand Up @@ -2,11 +2,10 @@ package slack

import (
"context"
"errors"
"net/url"
"strconv"
"strings"

"github.com/pkg/errors"
)

// Conversation is the foundation for IM and BaseGroupConversation
Expand Down

0 comments on commit 6ee76f4

Please sign in to comment.