Function with cyclomatic complexity higher than threshold GO-R1005
Anti-pattern
Minor
1 occurrence in this check
func Map has a cyclomatic complexity of 16 with "high" risk
347}
348
349// Map returns a fake Map instance for Faker
350func (f Faker) Map() map[string]interface{} {351	m := make(map[string]interface{})
352
353	lorem := f.Lorem()