//
pkg.gl
Category
github.com/tsatke/lua
internal
tools
analysis
package
0.0.1
Repository:
https://github.com/tsatke/lua.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
17
Dependents
0
Files
41 SLOC
#
Packages
ctxfunc
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'.
nopanic
Package nopanic implements an analyzer that checks if somewhere in the source, there is a panic.