]> Cypherpunks repositories - gostls13.git/commit
runtime: rename throwgo to gothrow
authorDave Cheney <dave@cheney.net>
Tue, 22 Jul 2014 21:08:52 +0000 (07:08 +1000)
committerDave Cheney <dave@cheney.net>
Tue, 22 Jul 2014 21:08:52 +0000 (07:08 +1000)
commit355c38d86a4d67bcff36ed961bccd0fff042c83b
tree08e5663105087d6345b37a196008cdc7ee99485e
parent65e2b6f8474f032be3dbc17a7f8ffe60c2ca6b15
runtime: rename throwgo to gothrow

As pointed out by Elias Naur, the convention for Go runtime functions means this function should be named gothrow.

Discussion: https://golang.org/cl/115860045/#msg6

LGTM=dvyukov
R=golang-codereviews, dvyukov
CC=golang-codereviews
https://golang.org/cl/118120043
src/pkg/runtime/hashmap.go
src/pkg/runtime/panic.c
src/pkg/runtime/stubs.go