empty-lines Co-authored-by: Pawel Zak <Pawel Zak>
There is a small chance the newTrackingID() function in tracking.go will return the same id to multiple simultaneous callers. The function must return the value returned by atomic.AddUint64() to be safe.