mirror of
https://github.com/golang/go
synced 2024-11-19 18:44:41 -07:00
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:
parent
c7ec6ef859
commit
6240b0110a
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user