]> Cypherpunks repositories - gostls13.git/commit
runtime: rename Cgocalls and Goroutines to NumCgoCall and NumGoroutine, respectively.
authorDavid Symonds <dsymonds@golang.org>
Thu, 16 Feb 2012 21:49:41 +0000 (08:49 +1100)
committerDavid Symonds <dsymonds@golang.org>
Thu, 16 Feb 2012 21:49:41 +0000 (08:49 +1100)
commit4b171e5040935f65c011ea58dde6fb49fcd9e6b3
tree5539102cfeb5995dc8050130063bafa89ce85380
parent7fc47928fc807a0c79c5649d7ee9e10d55f3c360
runtime: rename Cgocalls and Goroutines to NumCgoCall and NumGoroutine, respectively.
Update some other docs too.

Update #2955.

R=rsc
CC=golang-dev
https://golang.org/cl/5676060
src/pkg/net/http/transport_test.go
src/pkg/runtime/cgocall.c
src/pkg/runtime/debug.go
src/pkg/runtime/extern.go
src/pkg/runtime/proc.c