Golang lock-free values with atomic.Value

Short introduction to efficient lock-free and thread-safe value sharing with atomic.Value in Go.