Categorygithub.com/davidgamba/gexpect
repositorypackage
0.0.0-20160318125041-a1c1112065e0
Repository: https://github.com/davidgamba/gexpect.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

= gexpect

Expect in golang in spirit of python link:https://github.com/pexpect/pexpect[pexpect].

image:https://godoc.org/github.com/shavac/gexpect?status.svg[link="http://godoc.org/github.com/shavac/gexpect"]

toc::[]

== Installation

go get github.com/shavac/gexpect

== Basic Usage

See link:examples[]