]> Cypherpunks repositories - gostls13.git/commit
unsafe: Alignof and Offsetof now use the same style
authorRob Pike <r@golang.org>
Sat, 11 Feb 2012 22:10:47 +0000 (09:10 +1100)
committerRob Pike <r@golang.org>
Sat, 11 Feb 2012 22:10:47 +0000 (09:10 +1100)
commitd26c607fe647efce17c061ab7f86506dd95eb314
tree8b5b22b5fd06a68c21e11859a7656a346c8e3f73
parent7dd90621f8f8ed25708daf279067e8c0024af20b
unsafe: Alignof and Offsetof now use the same style

The easy part of issue 2968.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5655059
src/pkg/unsafe/unsafe.go