]> Cypherpunks repositories - gostls13.git/commitdiff
added package documentation
authorRobert Griesemer <gri@golang.org>
Sun, 8 Nov 2009 23:04:30 +0000 (15:04 -0800)
committerRobert Griesemer <gri@golang.org>
Sun, 8 Nov 2009 23:04:30 +0000 (15:04 -0800)
R=r, rsc
http://go/go-review/1025023

src/pkg/go/doc/doc.go

index d9d436ccbb5a0899aa524a38aaf629e84ff9fddb..865f52ec461e7db325804312bee5615e06b9b580 100644 (file)
@@ -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 (