src/pkg: make package doc comments consistently start with "Package foo".

R=rsc
CC=golang-dev
https://golang.org/cl/4442064
This commit is contained in:
Nigel Tao 2011-04-20 09:57:05 +10:00
parent 0f7acf1114
commit 6a186d38d1
109 changed files with 181 additions and 183 deletions

View file

@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The debug package contains facilities for programs to debug themselves
// while they are running.
// Package debug contains facilities for programs to debug themselves while
// they are running.
package debug
import (