// ResolveURL resolves the URL field for a Diagnostic from an Analyzer // and returns the URL. See Diagnostic.URL for details. func ResolveURL(a *analysis.Analyzer, d analysis.Diagnostic) (string, error) { … }
// ResolveURL resolves the URL field for a Diagnostic from an Analyzer // and returns the URL. See Diagnostic.URL for details. func ResolveURL(a *analysis.Analyzer, d analysis.Diagnostic) (string, error) { … }