package
0.0.1
Repository: https://github.com/tsatke/lua.git
Documentation: pkg.go.dev

# Packages

Package ctxfunc implements an analyzer that checks if a context argument is always the first parameter to a function, and that it is named 'ctx'.
Package nopanic implements an analyzer that checks if somewhere in the source, there is a panic.