Commit 6240b011 authored by Rob Pike's avatar Rob Pike

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

R=rsc
CC=golang-dev
https://golang.org/cl/157042
parent c7ec6ef8
...@@ -4,7 +4,9 @@ ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment