added package documentation

R=r, rsc
http://go/go-review/1025023
This commit is contained in:
Robert Griesemer 2009-11-08 15:04:30 -08:00
parent d27fa9446d
commit 56b4515740
1 changed files with 1 additions and 0 deletions

View 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 (