]> Cypherpunks repositories - gostls13.git/commitdiff
go/doc: remove duplicate package comment
authorScott Lawrence <bytbox@gmail.com>
Sat, 14 Jan 2012 00:49:30 +0000 (16:49 -0800)
committerRobert Griesemer <gri@golang.org>
Sat, 14 Jan 2012 00:49:30 +0000 (16:49 -0800)
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5528101

src/pkg/go/doc/reader.go

index b9b5d1606a171e38ec14cd05e69c40b5f28c75ae..939dd89b00275f0c139d1e31053bb069d88eabea 100644 (file)
@@ -2,7 +2,6 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// Package doc extracts source code documentation from a Go AST.
 package doc
 
 import (