]> Cypherpunks repositories - gostls13.git/commit
runtime: use unsafe.Pointer(x) instead of (unsafe.Pointer)(x)
authorMatthew Dempsky <mdempsky@google.com>
Thu, 15 Oct 2015 21:33:50 +0000 (14:33 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 15 Oct 2015 21:48:37 +0000 (21:48 +0000)
commit4c2465d47d8c706832bbc57668680a3ffc4d800f
tree8351222baa9c0f53cc0786bea2e26268a5b6fc0f
parent67722fea5015d43d8fc9a533533c9b580fa99fc8
runtime: use unsafe.Pointer(x) instead of (unsafe.Pointer)(x)

This isn't C anymore.  No binary change to pkg/linux_amd64/runtime.a.

Change-Id: I24d66b0f5ac888f432b874aac684b1395e7c8345
Reviewed-on: https://go-review.googlesource.com/15903
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/heapdump.go
src/runtime/lock_sema.go
src/runtime/malloc.go
src/runtime/mem_darwin.go
src/runtime/mfixalloc.go
src/runtime/mheap.go
src/runtime/os1_plan9.go
src/runtime/panic.go
src/runtime/stack1.go