Checking if I can write coolers stuff if I change name of the README
file
1 file changed
tree: 99d82ed58faf70f2477f58734793cfe50ce1a258
  1. examples/
  2. testdata/
  3. AUTHORS
  4. CONTRIBUTING
  5. expect.go
  6. expect_test.go
  7. LICENSE
  8. README.md
README.md

This package is an implementation of Expect in Go.

Features:

  • Spawning and controlling local processes with real PTYs.
  • Native SSH spawner.
  • Expect backed spawner for testing.
  • Generic spawner to make implementing additonal Spawners simple.
  • Has a batcher for implementing workflows without having to write extra logic and code.

See the tests for example usage.

Disclaimer: This is not an official Google product.