sync/atomic.Int64.Or (method) one use sync/atomic (current package) type.go#L128: func (x *Int64) Or(mask int64) (old int64) { return OrInt64(&x.v, mask) }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)