feat: [#521] User can custom recover when a request panic #359
lint.yml
on: pull_request
lint
/
lint
36s
lint
/
nilaway
45s
Annotations
10 errors
lint / nilaway:
view.go#L24
error: Potential nil panic detected. Observed nil flow from source to dereference point:
|
lint / nilaway
literal `nil` returned from `MakeView()` in position 0
|
lint / nilaway
returned as result 0 from interface method `Application.MakeView()` (implemented by `Container.MakeView()`)
|
lint / nilaway
result 0 of `MakeView()` assigned into global variable `ViewFacade`
|
lint / nilaway
global variable `ViewFacade` called `GetShared()`
|
lint / nilaway:
config/cors.go#L9
error: Potential nil panic detected. Observed nil flow from source to dereference point:
|
lint / nilaway
literal `nil` returned from `MakeConfig()` in position 0
|
lint / nilaway
returned as result 0 from interface method `Application.MakeConfig()` (implemented by `Container.MakeConfig()`)
|
lint / nilaway
result 0 of `MakeConfig()` returned from `Config()` in position 0
|
lint / nilaway
result 0 of `Config()` called `Add()` via the assignment(s):
|