fix(router): catch-all conflicting wildcard #1262
Annotations
10 errors and 1 warning
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
Restore cache failed: Dependencies file is not found in /home/runner/work/gin/gin. Supported file pattern: go.sum
|