]> Cypherpunks repositories - gostls13.git/commit
internal/bisect: copy from golang.org/x/tools/bisect
authorRuss Cox <rsc@golang.org>
Thu, 4 May 2023 12:33:09 +0000 (08:33 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 5 May 2023 15:03:42 +0000 (15:03 +0000)
commit068d7b1052d788303c1edcbd0119d3e0895845ac
tree599da45c4e817a5ae57ed509a0bad428b6b31611
parentbdc6ae579aa86d21183c612c8c37916f397afaa8
internal/bisect: copy from golang.org/x/tools/bisect

We don't want std to depend on x/tools, so just as we
did with txtar, copy the bisect package into internal
rather than using a require + vendor.

Change-Id: Id775254f7c765a9244ba6eaf041c13e6e5c5e9f0
Reviewed-on: https://go-review.googlesource.com/c/go/+/492595
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Russ Cox <rsc@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/internal/bisect/bisect.go [new file with mode: 0644]
src/internal/bisect/bisect_test.go [new file with mode: 0644]