Imports of bisect command

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
golang.org/x/tools/internal/bisectPackage bisect can be used by compilers and other programs to serve as a target for the bisect debugging tool.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.