Your feature request related to a problem? Please describe.
NilAway is a static analysis tool that seeks to help developers avoid nil panics in production by catching them at compile time rather than runtime.
Describe the solution you'd like.
https://github.com/uber-go/nilaway
Describe alternatives you've considered.
-
Additional context.
IIUC, nilaway is more like a "tool" rather than a linter.
/cc @yuxincs @zzqatuber
Your feature request related to a problem? Please describe.
NilAway is a static analysis tool that seeks to help developers avoid nil panics in production by catching them at compile time rather than runtime.
Describe the solution you'd like.
https://github.com/uber-go/nilaway
Describe alternatives you've considered.
-Additional context.
IIUC, nilaway is more like a "tool" rather than a linter.
/cc @yuxincs @zzqatuber