resync icon indicating copy to clipboard operation
resync copied to clipboard

sync.Once with Reset()

Results 2 resync issues
Sort by recently updated
recently updated
newest added

If you use `Do` to write something and then _after_ that read that something (the exact use case in your example). Then there is data race if anyone else does...