// if we find fuzz completions, then return true, as those are the only completions to offer func (c *completer) fuzz(testingF types.Type, imp *importInfo, cb func(candidate)) bool { … }
// if we find fuzz completions, then return true, as those are the only completions to offer func (c *completer) fuzz(testingF types.Type, imp *importInfo, cb func(candidate)) bool { … }