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].
toc::[]
== Installation
go get github.com/shavac/gexpect
== Basic Usage
See link:examples[]