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