Function with cyclomatic complexity higher than threshold GO-R1005
Anti-pattern
Minor
6 months ago6 months old
func Map has a cyclomatic complexity of 16 with "high" risk
358}
359
360// Map returns a fake Map instance for Faker
361func (f Faker) Map() map[string]interface{} {362	m := make(map[string]interface{})
363
364	lorem := f.Lorem()