diff options
| author | Keith Randall <khr@golang.org> | 2018-03-03 10:28:58 -0800 |
|---|---|---|
| committer | Keith Randall <khr@golang.org> | 2018-03-04 17:49:25 +0000 |
| commit | 45964e4f9c950863adcaeb62fbe49f3fa913f27d (patch) | |
| tree | bb07b6ae9f12caa6156932ff236ce3c4c42147e0 /src/bytes/export_test.go | |
| parent | 89ae7045f395de8eb4085e3ac8c1ebf59b029965 (diff) | |
| download | go-45964e4f9c950863adcaeb62fbe49f3fa913f27d.tar.xz | |
internal/bytealg: move Count to bytealg
Move bytes.Count and strings.Count to bytealg.
Update #19792
Change-Id: I3e4e14b504a0b71758885bb131e5656e342cf8cb
Reviewed-on: https://go-review.googlesource.com/98495
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/bytes/export_test.go')
| -rw-r--r-- | src/bytes/export_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bytes/export_test.go b/src/bytes/export_test.go index 823c8b09ee..f61523e60b 100644 --- a/src/bytes/export_test.go +++ b/src/bytes/export_test.go @@ -7,4 +7,3 @@ package bytes // Export func for testing var IndexBytePortable = indexBytePortable var EqualPortable = equalPortable -var CountGeneric = countGeneric |
