aboutsummaryrefslogtreecommitdiff
path: root/src/lib/container/array/array.go
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2009-02-13 15:07:56 -0800
committerRobert Griesemer <gri@golang.org>2009-02-13 15:07:56 -0800
commit127526649f68b8fc8ea1ab041d6a01c0fd23b7e0 (patch)
treeccf933d33b3612c4fb7d212b6594d6c3869083e8 /src/lib/container/array/array.go
parent9f8f2e6130d7899b0f689232d173ea2e4441285c (diff)
downloadgo-127526649f68b8fc8ea1ab041d6a01c0fd23b7e0.tar.xz
- vector package (identical to array except for names)
- updated some file (but not all - left array package in place for now) R=rsc DELTA=530 (483 added, 0 deleted, 47 changed) OCL=25025 CL=25025
Diffstat (limited to 'src/lib/container/array/array.go')
-rw-r--r--src/lib/container/array/array.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/container/array/array.go b/src/lib/container/array/array.go
index e29736fb65..4b8f686ccb 100644
--- a/src/lib/container/array/array.go
+++ b/src/lib/container/array/array.go
@@ -2,6 +2,10 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//
+// *** DEPRECATED PACKAGE - USE package vector INSTEAD ***
+//
+
package array
type (