We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b9efb commit 88676e5Copy full SHA for 88676e5
go/pkg/pass1/export.go
@@ -1180,7 +1180,7 @@ func (c *spoc) exportUsersAndServiceLists(dir string,
1180
}
1181
1182
visibleOwner := getVisibleOwner(allObjects, pInfo, oInfo)
1183
- for ow := range maps.Keys(c.symTable.owner) {
+ for ow := range c.symTable.owner {
1184
type2sMap := owner2type2sMap[ow]
1185
type2snames := make(map[string]stringList)
1186
service2users := make(map[string]stringList)
0 commit comments