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