You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should store Files as a map[string]*FileReport type rather than sync.Map in the Report struct. We can use an intermediary struct for the concurrent operations and then build the final report with the more friendly type.
I already have working code for this and should have the PR up soon.
The text was updated successfully, but these errors were encountered:
We should store
Files
as amap[string]*FileReport
type rather thansync.Map
in theReport
struct. We can use an intermediary struct for the concurrent operations and then build the final report with the more friendly type.I already have working code for this and should have the PR up soon.
The text was updated successfully, but these errors were encountered: