Skip to content

go generate broken when adding map[string]bool #1866

@gmlewis

Description

@gmlewis

In #1864, I asked that a new parameter be changed from *map[string]bool to map[string]bool since map is already a reference-type and shouldn't need a pointer to it.

However, this change broke the go generate ./... tools and needs to be fixed.

Eventually, we should change all *map... to map... but that can be a separate issue: #1865.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions