add golandci linter #1
Annotations
10 errors
lint:
cmd/multichat_bot/main.go#L15
const `twitchWSSAddress` is unused (unused)
|
lint:
cmd/multichat_bot/main.go#L16
const `localHost` is unused (unused)
|
lint:
cmd/multichat_bot/main.go#L17
const `protocol` is unused (unused)
|
lint:
cmd/multichat_bot/main.go#L19
const `accessToken` is unused (unused)
|
lint:
cmd/multichat_bot/main.go#L20
const `clientSecret` is unused (unused)
|
lint:
cmd/multichat_bot/main.go#L21
const `clientID` is unused (unused)
|
lint:
cmd/multichat_bot/main.go#L23
const `userNick` is unused (unused)
|
lint:
cmd/multichat_bot/main.go#L24
const `botName` is unused (unused)
|
lint:
cmd/multichat_bot/main.go#L25
const `userPassword` is unused (unused)
|
lint:
cmd/multichat_bot/main.go#L76
SA4006: this value of `err` is never used (staticcheck)
|