Update to current version of Go library.

From-SVN: r173931
This commit is contained in:
Ian Lance Taylor 2011-05-20 00:18:15 +00:00
parent 37cb25ed7a
commit 9ff56c9570
363 changed files with 19111 additions and 4995 deletions

View file

@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The testing package provides support for automated testing of Go packages.
// Package testing provides support for automated testing of Go packages.
// It is intended to be used in concert with the ``gotest'' utility, which automates
// execution of any function of the form
// func TestXxx(*testing.T)