fix(binding): binding error while not upload file (#3819) #1270
Annotations
10 errors and 2 warnings
lint:
context.go#L855
c.Writer.WriteHeader undefined (type ResponseWriter has no field or method WriteHeader) (typecheck)
|
lint:
context.go#L863
c.Writer.Header undefined (type ResponseWriter has no field or method Header) (typecheck)
|
lint:
context.go#L866
c.Writer.Header undefined (type ResponseWriter has no field or method Header) (typecheck)
|
lint:
context.go#L1065
c.Writer.Header undefined (type ResponseWriter has no field or method Header) (typecheck)
|
lint:
context.go#L1084
w.CloseNotify undefined (type ResponseWriter has no field or method CloseNotify) (typecheck)
|
lint:
context.go#L1090
cannot use w (variable of type ResponseWriter) as io.Writer value in argument to step: ResponseWriter does not implement io.Writer (missing method Write) (typecheck)
|
lint:
context.go#L1091
w.Flush undefined (type ResponseWriter has no field or method Flush) (typecheck)
|
lint:
gin.go#L660
c.writermem.Header undefined (type responseWriter has no field or method Header) (typecheck)
|
lint:
gin.go#L661
c.Writer.Write undefined (type ResponseWriter has no field or method Write) (typecheck)
|
lint:
routergroup.go#L222
c.Writer.WriteHeader undefined (type ResponseWriter has no field or method WriteHeader) (typecheck)
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/gin/gin. Supported file pattern: go.sum
|