From: Rob Pike Date: Tue, 17 Nov 2009 19:44:15 +0000 (-0800) Subject: improve documentation of runtime. there was no mention of types. X-Git-Tag: weekly.2009-11-17~11 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6240b0110ac0c3875ab2943ef2569b1689882178;p=gostls13.git improve documentation of runtime. there was no mention of types. R=rsc CC=golang-dev https://golang.org/cl/157042 --- diff --git a/src/pkg/runtime/extern.go b/src/pkg/runtime/extern.go index b4f4f2b319..575caf1f21 100644 --- a/src/pkg/runtime/extern.go +++ b/src/pkg/runtime/extern.go @@ -4,7 +4,9 @@ /* 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