summaryrefslogtreecommitdiff
path: root/src/lib/container/array/intarray.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
commit4d11c0367e7100beb0803443e1e441b9607980ef (patch)
treeccf933d33b3612c4fb7d212b6594d6c3869083e8 /src/lib/container/array/intarray.go
parent526837026995aa88a05eb73f83f8573d5c024882 (diff)
downloadgolang-4d11c0367e7100beb0803443e1e441b9607980ef.tar.gz
- 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/intarray.go')
-rw-r--r--src/lib/container/array/intarray.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/container/array/intarray.go b/src/lib/container/array/intarray.go
index 427ed5076..5f9549cfe 100644
--- a/src/lib/container/array/intarray.go
+++ b/src/lib/container/array/intarray.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
import "array"