sync/atomic.Int64.Load (method)

one use

	sync/atomic (current package)
		type.go#L106: func (x *Int64) Load() int64 { return LoadInt64(&x.v) }