type sync/atomic.Value

9 uses

	sync/atomic (current package)
		value.go#L16: type Value struct {
		value.go#L28: func (v *Value) Load() (x interface{}) {
		value.go#L45: func (v *Value) Store(x interface{}) {

	sync
		map.go#L39: 	read atomic.Value // readOnly

	encoding/gob
		type.go#L676: 	encoder atomic.Value // *encEngine
		type.go#L686: var typeInfoMap atomic.Value

	internal/testlog
		log.go#L29: var logger atomic.Value

	net/http
		server.go#L291: 	curReq atomic.Value // of *response (which has a Request in it)
		transport.go#L105: 	altProto atomic.Value // of nil or map[string]RoundTripper, key is URI scheme