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