diff options
Diffstat (limited to 'src/lib/container/array/intarray.go')
-rw-r--r-- | src/lib/container/array/intarray.go | 4 |
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" |