Directories
¶
| Path | Synopsis |
|---|---|
|
Package errdirectcall provides a Go analyzer that detects when errutil.With or errutil.Wrap is called directly on a function call result without first checking for nil.
|
Package errdirectcall provides a Go analyzer that detects when errutil.With or errutil.Wrap is called directly on a function call result without first checking for nil. |
|
cmd/errdirectcall
command
|
|
|
Package errwrap provides a Go analyzer that ensures all error returns are wrapped with errutil.With or errutil.Wrap instead of being returned directly.
|
Package errwrap provides a Go analyzer that ensures all error returns are wrapped with errutil.With or errutil.Wrap instead of being returned directly. |
|
cmd/errwrap
command
|
|
|
internal
|
|
|
shared
Package shared provides common functionality for errutil analyzers.
|
Package shared provides common functionality for errutil analyzers. |
Click to show internal directories.
Click to hide internal directories.