Skip to content

Commit

Permalink
we dont use deps, why use depguard
Browse files Browse the repository at this point in the history
  • Loading branch information
gempir committed Sep 27, 2024
1 parent 6c10fa9 commit 4a5e017
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ linters:
enable:
- bodyclose
- deadcode
- depguard
- dogsled
# - dupl
- errcheck
Expand Down
1 change: 0 additions & 1 deletion cmd/pingpong/pingpong.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"log"
"strings"

//nolint:depguard don't understand the linter error
twitch "github.com/gempir/go-twitch-irc/v4"
)

Expand Down

0 comments on commit 4a5e017

Please sign in to comment.