An open API service indexing awesome lists of open source software.

https://github.com/vito/go-interact

golang CLI interaction library
https://github.com/vito/go-interact

Last synced: over 1 year ago
JSON representation

golang CLI interaction library

Awesome Lists containing this project

README

          

# interact: commandline interaction

A package for performing interactions with the user in an idomatic way.

## docs

[![](https://godoc.org/github.com/vito/go-interact/interact?status.svg)](http://godoc.org/github.com/vito/go-interact/interact)

## example

See [example/main.go](example/main.go).