From 9ff56c9570642711d5b7ab29920ecf5dbff14a27 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 20 May 2011 00:18:15 +0000 Subject: Update to current version of Go library. From-SVN: r173931 --- libgo/go/strings/strings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgo/go/strings/strings.go') diff --git a/libgo/go/strings/strings.go b/libgo/go/strings/strings.go index 93c7c46..bfd0571 100644 --- a/libgo/go/strings/strings.go +++ b/libgo/go/strings/strings.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// A package of simple functions to manipulate strings. +// Package strings implements simple functions to manipulate strings. package strings import ( -- cgit v1.1