2010-12-03 04:34:57 +00:00
|
|
|
// Copyright 2009 The Go Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
package bytes
|
|
|
|
|
|
|
|
// Export func for testing
|
|
|
|
var IndexBytePortable = indexBytePortable
|
2012-01-12 01:31:45 +00:00
|
|
|
var EqualPortable = equalPortable
|