ctxfield
reports context.Context
which belongs to a struct as a field.
ctxfield
ignores a struct which implements an interface.
$ go get github.com/gostaticanalysis/ctxfield/cmd/ctxfield
$ go vet -vettool=`which ctxfield` pkgname
Analyzer: reports context.Context which belongs to a struct as a field
GoMIT