Files
mixer-tools/builder
Matthew Johnson 3f03e34bb4 bundles: fix data race in building bundles
Two issues, first is resolved by renaming the error variable so a
goroutine isn't sharing err from outer scope with all other goroutines.

The second issue is resolved by using a sync.Map to safely read and
write to a map via the Range function.

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
2018-08-16 12:29:46 -07:00
..
2018-07-31 10:26:24 -07:00
2018-07-20 15:39:27 -07:00