Install golang-github-karlseguin-expect-dev by entering the following commands in the terminal:
sudo apt update sudo apt install golang-github-karlseguin-expect-dev
Description:
Testing framework for Go with more concise syntax
Expect is a testing framework for Go to help write shorter tests. Go's built-in testing package is fine, except it tends to lead to verbose code. Expect runs within the go test framework but provides a different, concise syntax for specifying expectations.
Homepage: https://github.com/karlseguin/expect
Version: 1.0.1+git20160716.12.5c2eadb-1
Section: universe/devel