Skip to content

Commit 8d5065c

Browse files
committed
cmd: vendor golang.org/x/tools/cmd/bisect
Vendoring for use with the internal/godebug test and eventually the cmd/compile test as well. Change-Id: I3f7151949cff584705cb32ba39bf5de5cd45c3f2 Reviewed-on: https://go-review.googlesource.com/c/go/+/493597 Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Russ Cox <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent e5e61a0 commit 8d5065c

File tree

7 files changed

+1184
-0
lines changed

7 files changed

+1184
-0
lines changed

src/cmd/tools/tools.go

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright 2023 The Go Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style
3+
// license that can be found in the LICENSE file.
4+
5+
//go:build tools
6+
7+
package tools
8+
9+
// Arrange to vendor the bisect command for use
10+
// by the internal/godebug package test.
11+
import _ "golang.org/x/tools/cmd/bisect"

src/cmd/vendor/golang.org/x/tools/cmd/bisect/go119.go

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/vendor/golang.org/x/tools/cmd/bisect/go120.go

+26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)