Skip to content

Commit 4a5e017

Browse files
committed
we dont use deps, why use depguard
1 parent 6c10fa9 commit 4a5e017

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ linters:
2828
enable:
2929
- bodyclose
3030
- deadcode
31-
- depguard
3231
- dogsled
3332
# - dupl
3433
- errcheck

cmd/pingpong/pingpong.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"log"
55
"strings"
66

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

0 commit comments

Comments
 (0)