From: Robert Griesemer Date: Sun, 8 Nov 2009 23:04:30 +0000 (-0800) Subject: added package documentation X-Git-Tag: weekly.2009-11-10~49 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=56b45157409f2181499066ce9c9547999a82e233;p=gostls13.git added package documentation R=r, rsc http://go/go-review/1025023 --- diff --git a/src/pkg/go/doc/doc.go b/src/pkg/go/doc/doc.go index d9d436ccbb..865f52ec46 100644 --- a/src/pkg/go/doc/doc.go +++ b/src/pkg/go/doc/doc.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// The doc package extracts source code documentation from a Go AST. package doc import (