improve documentation of runtime. there was no mention of types.

R=rsc
CC=golang-dev
https://golang.org/cl/157042
This commit is contained in:
Rob Pike 2009-11-17 11:44:15 -08:00
parent c7ec6ef859
commit 6240b0110a

View File

@ -4,7 +4,9 @@
/* /*
The runtime package contains operations that interact with Go's runtime system, The runtime package contains operations that interact with Go's runtime system,
such as functions to control goroutines. such as functions to control goroutines. It also includes the low-level type information
used by the reflect package; see reflect's documentation for the programmable
interface to the run-time type system.
*/ */
package runtime package runtime