1
0
mirror of https://github.com/golang/go synced 2024-11-21 22:54:40 -07:00

go/doc: remove duplicate package comment

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5528101
This commit is contained in:
Scott Lawrence 2012-01-13 16:49:30 -08:00 committed by Robert Griesemer
parent 066551e49b
commit 439d863e7c

View File

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