Categorygithub.com/shavac/gexpect
repositorypackage
0.0.0-20180514151559-ecdc92667239
Repository: https://github.com/shavac/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[]