This repository has been archived by the owner on May 17, 2024. It is now read-only.
upgrade go and dependencies #1
Annotations
10 errors
lint:
casbin/adapter.go#L57
Error return value of `gobis.InjectContextValue` is not checked (errcheck)
|
lint:
infopage/handler.go#L75
Error return value of `w.Write` is not checked (errcheck)
|
lint:
oauth2/ctx.go#L30
Error return value of `gobis.InjectContextValue` is not checked (errcheck)
|
lint:
oauth2/handler.go#L125
Error return value of `sess.Save` is not checked (errcheck)
|
lint:
oauth2/handler.go#L154
Error return value of `sess.Save` is not checked (errcheck)
|
lint:
oauth2/handler.go#L173
Error return value of `w.Write` is not checked (errcheck)
|
lint:
oauth2/handler.go#L233
Error return value of `w.Write` is not checked (errcheck)
|
lint:
ratelimit/ratelimit.go#L49
Error return value of `rateSet.Add` is not checked (errcheck)
|
lint:
oauth2/handler.go#L207
S1024: should use time.Until instead of t.Sub(time.Now()) (gosimple)
|
lint:
utils/response_modifier.go#L38
SA4005: ineffective assignment to field ResponseModifier.code (staticcheck)
|