package
1.3.1
Repository: https://github.com/ops-class/test161.git
Documentation: pkg.go.dev

# Functions

Create an Expect instance from something that we can do read/writes off of.
Create an Expect instance from a command.

# Constants

READ_SIZE is the largest amount of data expect attempts to read in a single I/O operation.

# Variables

ErrTimeout is returned from exp.Expect*() when a timeout is reached.

# Structs

Expect is a program interaction session.
Match is returned from exp.Expect*() when a match is found.

# Interfaces

No description provided by the author