var Analyzer = &analysis.Analyzer{
Name: "gonilnilfunctions",
Doc: "Verifies that every go function with error as one of its two return types cannot return nil, nil",
Run: run,
ResultType: reflect.TypeOf((interface{})(nil)),
Requires: []*analysis.Analyzer{inspect.Analyzer},
}